Skip to content

Commit

Permalink
chore: mui#11432 Add property description to the list-item.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
rdemirov authored and oliviertassinari committed May 19, 2018
1 parent f2729a8 commit 32ba3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/list-item.md
Expand Up @@ -21,6 +21,7 @@ filename: /packages/material-ui/src/ListItem/ListItem.js
| <span class="prop-name">dense</span> | <span class="prop-type">bool | <span class="prop-default">false</span> | If `true`, compact vertical padding designed for keyboard and mouse input will be used. |
| <span class="prop-name">disableGutters</span> | <span class="prop-type">bool | <span class="prop-default">false</span> | If `true`, the left and right padding is removed. |
| <span class="prop-name">divider</span> | <span class="prop-type">bool | <span class="prop-default">false</span> | If `true`, a 1px light border is added to the bottom of the list item. |
| <span class="prop-name">focusVisibleClassName</span> | <span class="prop-type">string |<span class="prop-default"></span> | If passed to the component,the provided CSS class will be applied |

Any other properties supplied will be [spread to the root element](/guides/api#spread).

Expand Down

0 comments on commit 32ba3de

Please sign in to comment.