Package Exports
- react-trello
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-trello) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#react-trello
Pluggable components to add a trello like kanban board to your application
Features

- responsive, extensible and light-weight
- easily pluggable into existing application
- supports pagination on scrolling individual lanes
- drag-and-drop within and across lanes
- api callback functions for all events
Getting Started
npm install --save react-trello
Usage
Refer to storybook for detailed examples: https://rcdexta.github.io/react-trello/
Development
cd react-trello/
yarn install
yarn run storybookScripts
npm run lint: Lint all js filesnpm run lintfix: fix linting errors of all js filesnpm run semantic-release: make a release. Leave it for CI to do.npm run storybook: Start developing by using storybooknpm run test: Run tests. tests file should be written as*.test.jsand using ES2015npm run test:watch: Watch tests while writingnpm run test:cover: Show coverage report of your testsnpm run test:report: Report test coverage to codecov.io. Leave this for CInpm run build: transpile all ES6 component files into ES5(commonjs) and put it indistdirectorynpm run docs: create static build of storybook indocsdirectory that can be used for github pages
Learn how to write stories here
License
MIT