0.2.0 • Published 8 years ago

glyphicons v0.2.0

Weekly downloads
3,076
License
CC-BY-4.0
Repository
github
Last release
8 years ago

glyphicons

An icon set based on Unicode glyphs

npm license travis greenkeeper mind BLOWN

.

Install

npm install --save glyphicons

Include in your app

require

var icons = require('glyphicons')

import

import icons from 'glyphicons'

AMD

define(['glyphicons'], function(icons){
});

Script tag

<script src="https://cdn.rawgit.com/download/glyphicons/0.1.0/glyphicons.js"></script>

Usage

console.info('I' + icons.heart + ' Glyphicons!')

Issues

Add an issue in this project's issue tracker to let me know of any problems you find, or questions you may have.

Copyright

Copyright 2016 by Stijn de Witt. Some rights reserved.

License

Licensed under the Creative Commons Attribution 4.0 International (CC-BY-4.0) Open Source license.