Reduce visual complexity of long forms using tabs.
There are cases when state of tabs is managed elsewhere. For example, when tabs are switched based on the current URL.
Inherits margin props.
Name | Default | Description |
---|
Name | Default | Description |
---|---|---|
children | — | ReactNode Tabs. |
Name | Default | Description |
---|---|---|
children | — | ReactNode Tab title. |
count | — | number Optional count to display near the title. |
isDisabled | false | boolean If tab is disabled. |
Name | Default | Description |
---|---|---|
children | — | ReactNode Tab panels. |
Name | Default | Description |
---|---|---|
children | — | ReactNode Tab content. |