trial-react-arihant
v0.0.3
Published
A React Component generated by starter-react-component ( https://www.npmjs.com/package/starter-react-component ).
Downloads
3
Readme
kanban
Install
npm install trial-react-arihant
Usage
import { Kanban } from 'kanban';
const ParentComponent = () => (
<div>
<Kanban />
</div>
);