http://erikflowers.github.io/weather-icons/
Nahrajte ikonky jako modul do React aplikace:
npm install --save weather-icons
Do index.js přidejte odkaz na weather-icons:
import 'weather-icons/css/weather-icons.css';
V aplikaci pak použijte class wi wi-............. :
<Button bssize="small" bsstyle="warning"><i class="wi wi-day-storm-showers"></i></Button>
Výsledek pak vypadá takto:
Žádné komentáře:
Okomentovat