ArdoTabs
ArdoTabs component
ArdoTabs
Usage
<ArdoTabs
defaultValue?={string}
>
{children}
</ArdoTabs>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| defaultValue | string | No | Default active tab value |
| children | ReactNode | Yes | Tab components (ArdoTabList and ArdoTabPanels) |