Skip to content
+

List

API docs for the Toolpad Studio 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.
loading boolean false Displays a loading animation indicating the list is still loading
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.