@parag.smarter.codes/kanban
v0.1.16
Published
Kanban's Storybook describes Kanban's isolated UI components of 1st version of TalkingDB.
Downloads
68
Readme
About
KanbanComponent from @parag.smarter.codes/kanban package is made on top of the Syncfusion React Kanban component. KanbanComponent provides all the native functionalities of Syncfustion along with some custom functionalities of Kanban at one place.
Usage
npm
npm install @parag.smarter.codes/kanban --saveSetup
- Import the KanbanComponent.
import KanbanComponent from '@parag.smarter.codes/kanban';- Mount the KanbanComponent on the DOM
ReactDOM.render(<KanbanComponent />, document.getElementById('root'));- Run the App
npm startList of Kanban's Storybook UI components
Storybook
- Kanban: Kanban is the parent component that contains multiple child components and some instances related to its functionality for example Card Component, Columns(Swimlanes), Adding Cards by pressing Add button located at the Column's Header, Editing Card in its custom Dialog-Box, etc.
- Kanban Template: Describes the Layout of Kanban with a custom Card. w.r.t [Product design]
- Card Template: Same as mentioned in Card Template
- Adding Cards: Showing how cards are added/edited in Kanban.
- Card: Card is the child component of Kanban that is responsible for showing information of one single entity.
- Card Template: Describes the Layout of Card
- AdvancedFilter: AdvancedFilter is a Re-usable filter component for Kanban & DataGrid component.
- SortComponent: SortComponent is a component responsible for global sorting in the Kanban.
