List
API docs for the Toolpad List component.
A list component.
Properties
Name | Type | Default | Description |
---|---|---|---|
itemCount | number | 3 | Number of items to render. |
renderItem | template | List item template to render. | |
disablePadding | boolean | If true, vertical padding is removed from the list. | |
sx | object | The sx prop is used for defining custom styles that have access to the theme. All MUI System properties are available via the sx prop. In addition, the sx prop allows you to specify any other CSS rules you may need. |