JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q60249F
  • License MIT

React uikit trigger component.

Package Exports

  • react-uikit-trigger

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-uikit-trigger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

#React Uikit Trigger

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-trigger --save;

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

// ES5
var Dropdown = require('react-uikit-trigger').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