ExtJS package to use Weather icons (created by Erik Flowers)
Current version of weather-icons: 2.0.10
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
Just like using font awesome you must use the css x-wi
class before the weather icon class you wish to use.
iconCls: "x-wi wi-night-alt-cloudy"
- All licences for weather icons remain for weather icon package.
- Code for ExtJS package release under MIT
This package was created to allow additional fonts to be used, just like font-awesome.
ExtJS Package built by Richard Styles.