2.0.3 • Published 8 years ago

react-uikit-icons v2.0.3

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

#React UIkit Icons

Font Awesome icons for React using UIKit CSS framework.

See http://otissv.github.io/react-uikit-components/ for docs.

##Usage

UIkit css is not included. You can get it from getuikit.com
Font Awesome css is also not included. You can obtain it from getuikit.com

###Installation

npm install react-uikit-icons --save;

// ES6
import Icons from 'react-uikit-icons';

// ES5
var Icons = require('react-uikit-icons').default

###Example

<Icons icon='cog' />
<Icons icon='user' />
<Icons icon='home' />

##Tests

npm run testto run tests with minimal output.
npm run test:spec to run tests with detailed output.
npm run test:watch watches all directories and run tests with minimal output on file changes.

##Build npm run build to build files fro distribution.
npm run build:watch watches src directory and builds files on changes.

##Lint npm run lint lints scripts in src directory.
npm run lint:watch watches src directory and lints scripts in src directory.

##License MIT