Tabs
API docs for the Toolpad Studio Tabs component.
The Material UI Tabs component.
Properties
Name | Type | Default | Description |
---|---|---|---|
value | string | Currently active tab. | |
defaultValue | string | "tab-one" | The tab which is active by default. |
tabs | array | [{"title":"Tab one","name":"tab-one"},{"title":"Tab two","name":"tab-two"},{"title":"Tab three","name":"tab-three"}] | Tabs configuration object. |