File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ Pluggable components to add a trello-like kanban board to your application
8
8
#### Basic Demo
9
9
[ ![ Edit react-trello-example] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/1o3zj95m9j )
10
10
11
- #### Feature Showcase
11
+ #### Features Showcase
12
12
[ Storybook] ( https://rcdexta.github.io/react-trello/ )
13
13
14
14
## Features
15
15
16
16
![ alt tag] ( https://raw.githubusercontent.com/rcdexta/react-trello/master/react-trello.gif )
17
17
18
18
* responsive and extensible
19
- * easily pluggable into existing application
19
+ * easily pluggable into existing react application
20
20
* supports pagination when scrolling individual lanes
21
- * drag-and-drop cards and lanes (compatible with touch devices)
22
- * event bus for triggering events externally (e.g.: adding or removing cards based on events coming from backend)
21
+ * drag-and-drop on cards and lanes (compatible with touch devices)
23
22
* edit functionality to add/delete cards
24
- * Parameterised templates to customize lane and card appearance
23
+ * Custom templates to define lane and card appearance
24
+ * event bus for triggering events externally (e.g.: adding or removing cards based on events coming from backend)
25
25
26
26
## Getting Started
27
27
You can’t perform that action at this time.
0 commit comments