Skip to content

Commit

Permalink
document Player prop
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Apr 21, 2016
1 parent e1f9be5 commit adb1615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ Pass the source into the decorated component. This is the source of the media yo

Pass the vendor into the decorated component. Explicitly choose which component to render for the player. If not set, the library does its best to determine what player to render based on the source.

#### `Player`: PropTypes.node

The actual media player component that gets passed into the decorated component to allow you to place it wherever you want.

<br/>

## `withMediaProps` decorator props exposed under `this.props.media`
Expand Down

0 comments on commit adb1615

Please sign in to comment.