GoRegister / ExtJS-Weather-Icons

ExtJS package to use weather icons font (just like font awesome)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ExtJS package to use weather icons font (just like font awesome)