Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton authored Dec 13, 2016
1 parent 7eded78 commit cdadbc4
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,38 @@ class ModalDialog extends Component {
</thead>
<tbody>
<tr>
<td>size</td>
<td>String</td>
<td>'xs'</td>
<td>'xs', 'sm', 'md', or 'lg'</td>
</tr>
<tr>
<td>show</td>
<td>Boolean</td>
<td>true</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>backdrop</td>
<td>String|Boolean</td>
<td>'static'</td>
<td>'static', true, or false</td>
</tr>
<tr>
<td>closeButton</td>
<td>Boolean</td>
<td>true</td>
<td></td>
</tr>
<tr>
<td>onOpen</td>
<td>Function</td>
<td></td>
<td></td>
</tr>
<tr>
<td>onClose</td>
<td>Function</td>
<td></td>
<td></td>
</tr>
Expand Down

0 comments on commit cdadbc4

Please sign in to comment.