Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RichardStyles/ExtJS-Weather-Icons
ExtJS package to use weather icons font (just like font awesome)
https://github.com/RichardStyles/ExtJS-Weather-Icons
Last synced: 27 days ago
JSON representation
ExtJS package to use weather icons font (just like font awesome)
- Host: GitHub
- URL: https://github.com/RichardStyles/ExtJS-Weather-Icons
- Owner: RichardStyles
- Archived: true
- Created: 2016-07-10T08:03:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T08:05:16.000Z (over 8 years ago)
- Last Synced: 2024-08-03T16:09:00.982Z (4 months ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: licenses/Readme.md
Awesome Lists containing this project
- awesome-extjs - ExtJS-Wheather-Icons - ExtJS package to use [Weather icons](https://erikflowers.github.io/weather-icons/). (Extensions, components / Icons, Themes)
README
# Weather icons for ExtJS
ExtJS package to use [Weather icons](https://erikflowers.github.io/weather-icons/) (created by [Erik Flowers](https://twitter.com/erik_flowers))
Current version of weather-icons: 2.0.10
## Adding package to workspace or app
Download [weather-icon.pkg](https://github.com/RichardStyles/weather-icons/releases/download/1.0.5/weather-icons.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](https://erikflowers.github.io/weather-icons/).
* 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](https://twitter.com/camerastyles).