0.1.1 • Published 6 years ago

heroicons-css v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Heroicons CSS

npm version 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