react-uikit-text
v2.0.2
Published
React uikit text component. A collection of useful text components to style your content.
Downloads
12
Maintainers
Readme
#React UIkit Text
A collection of useful text components to style your content.
See http://otissv.github.io/react-uikit-components/ for docs.
##Usage The master branch has been updated to React 15. To use with React 0.14 checkout 0.14 branch.
UIkit css is not included. You can get it from getuikit.com
###Installation
npm install react-uikit-text --save;
ES6
import Text from 'react-uikit-text';
ES5
var Text = require(react-uikit-text').default;
##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