-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ede832c
commit 6c42752
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,40 @@ | ||
drag-and-drop-playground | ||
# Simple Kanban Board | ||
|
||
### Build With: | ||
|
||
CSS Grid, ReactJS, ReactDnD | ||
|
||
<img src="./simple-kanban-board.gif"> | ||
|
||
### TO run: | ||
``` | ||
npm start | ||
``` | ||
### lint: | ||
``` | ||
npm run lint | ||
``` | ||
|
||
### Data: | ||
Your data will control the view.Change the data, view will happen accordingly, | ||
``` | ||
data = [ | ||
{ | ||
colName: 'QuoteList1', | ||
color: 'purple', | ||
colId:'......' , | ||
data: [ | ||
{ | ||
text:'........', | ||
rowId:'......' | ||
} | ||
....... | ||
....... | ||
....... | ||
], | ||
}, | ||
..... | ||
..... | ||
..... | ||
]; | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.