JSPM

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

React uikit dropdown component.

Package Exports

  • react-uikit-dropdown

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-dropdown) 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 Dropdown

Defines different styles for list dropdown navigations.

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

Usage

npm install react-uikit-dropdown --save;

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

// ES5 var Dropdown = require('react-uikit-dropdown');

Tests

npm run test to run tests with minimal output.
npm run test:spec to run tests with detailed output.
npm run test:watchwatches 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