Can you add a DND kanban board component?
It would be made of the following.
This is an example structure of what it could looklike
<KanbanBoardMaster>
<KanbanBoardColumn>
<KanbanBoardColHeader title={‘Converted‘} />
<KanbanBoardColBody className={‘ col body classes‘}>
<KanbanBoardColItem>
// this some really basic divs but in theory you could style the item in any way
// you want
<div>Client Name: James Holt</div>
<div>Conversion Amount: $4000</div>
<div>Contract Number: 1231</div>
<div>Some other entry</div>
</KanbanBoardColItem>
</KanbanBoardColBody>
</KanbanBoardColumn>
<KanbanBoardColumn>
<KanbanBoardColHeader title={‘Not Converted‘} />
<KanbanBoardColBody>
<KanbanBoardColItem>
<div>Client Name: Hellen Turd</div>
<div>Conversion Amount: $0</div>
<div>Contract Number: 1244</div>
<div>Some other entry</div>
</KanbanBoardColItem>
</KanbanBoardColBody>
</KanbanBoardColumn>
</KanbanBoardMaster>
Please authenticate to join the conversation.
In Review
💡 Feature Request
4 months ago

Alex Klusa
Get notified by email when there are changes.
In Review
💡 Feature Request
4 months ago

Alex Klusa
Get notified by email when there are changes.