Skip to content

Commit 613782c

Browse files
authored
Add README for feature showcase
1 parent 9a9b5ec commit 613782c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Pluggable components to add a trello-like kanban board to your application
88
#### Basic Demo
99
[![Edit react-trello-example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/1o3zj95m9j)
1010

11-
#### Feature Showcase
11+
#### Features Showcase
1212
[Storybook](https://rcdexta.github.io/react-trello/)
1313

1414
## Features
1515

1616
![alt tag](https://raw.githubusercontent.com/rcdexta/react-trello/master/react-trello.gif)
1717

1818
* responsive and extensible
19-
* easily pluggable into existing application
19+
* easily pluggable into existing react application
2020
* 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)
2322
* 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)
2525

2626
## Getting Started
2727

0 commit comments

Comments
 (0)