Skip to content

Commit ef41861

Browse files
committed
Add current master branch usage to README
1 parent 760272b commit ef41861

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ or
3939
$ yarn add react-trello
4040
```
4141

42+
4243
## Usage
4344

4445
The `Board` component takes a prop called `data` that contains all the details related to rendering the board. A sample data json is given here to illustrate the contract:
@@ -84,6 +85,18 @@ Refer to storybook for detailed examples: https://rcdexta.github.io/react-trello
8485

8586
Also refer to the sample project that uses react-trello as illustration: https://github.com/rcdexta/react-trello-example
8687

88+
## Usage of current master branch
89+
90+
```bash
91+
$ yarn add rcdexta/react-trello
92+
```
93+
94+
and
95+
96+
```javascript
97+
import Board from 'react-trello/src'
98+
```
99+
87100
## Upgrade
88101

89102
Breaking changes. Since version 2.2 these properties are removed: `addLaneTitle`, `addCardLink`, `customLaneHeader`, `newCardTemplate`, `newLaneTemplate`,

0 commit comments

Comments
 (0)