react-uikit-base

2.0.2 • Public • Published

React UIKit Base

Create react components for UIKit CSS Framework.

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

Usage

Installation

npm install react-uikit-base --save;

// ES6
import uikit from 'react-uikit-base';

// ES5
var uikit = require('react-uikit-base').default;

UIkit css is not included. You can get it from getuikit.com

The master branch has been updated to React 15. To use with React 0.14 checkout 0.14 branch.

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

/react-uikit-base/

    Package Sidebar

    Install

    npm i react-uikit-base

    Weekly Downloads

    27

    Version

    2.0.2

    License

    MIT

    Last publish

    Collaborators

    • otissv