Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.13 KB

Readme.md

File metadata and controls

41 lines (27 loc) · 1.13 KB

Weather icons for ExtJS

ExtJS package to use Weather icons (created by Erik Flowers)

Current version of weather-icons: 2.0.10

Adding package to workspace or app

Download weather-icon.pkg from releases [1.0.5]

copy: .pkg file to workspace of your project

run: sencha package add weather-icons.pkg

add 'weather-icons' to your app.json

   "requires": [
      "font-awesome",
      "weather-icons"
   ],

run: sencha app refresh

Use

Just like using font awesome you must use the css x-wi class before the weather icon class you wish to use.

Example

iconCls: "x-wi wi-night-alt-cloudy"

Licences

  • All licences for weather icons remain for weather icon package.
  • Code for ExtJS package release under MIT

About

This package was created to allow additional fonts to be used, just like font-awesome.

ExtJS Package built by Richard Styles.