Skip to content

Commit

Permalink
fix: Adding note about style prop (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuweiweiwu authored Nov 27, 2018
1 parent 622c382 commit 0b25780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ This callback is invoked with the current drag during a drag event. It is recomm

You can also pass inline styles to the components via props. These are:

* `style` - Styling to be applied to the main container.
* `paneStyle` - Styling to be applied to both panes
* `pane1Style` - Styling to be applied to the first pane, with precedence over `paneStyle`
* `pane2Style` - Styling to be applied to the second pane, with precedence over `paneStyle`
Expand Down

0 comments on commit 0b25780

Please sign in to comment.