heroicons-css
v0.1.1
Published
Webfonts and css styles for Steve Schogers Heroicons UI
Downloads
101
Maintainers
Readme
Heroicons CSS
Webfonts and css styles for Steve Schogers Heroicons UI.
Installation
$ npm i -S heroicons-css
Usage
Import in javascript files
require('heroicons-css/heroicons.css')
Import in your HTML files
<link rel="stylesheet" href="node_modules/heroicons-css/heroicons.css" type="text/css">
Create icons in HTML
<span class="heroicon heroicon-cart></span>
A list of all the available icons is available here.
Todos
- Create a MaxCDN link
- Create a docs page
License
MIT