ArdoTab
ArdoTab component
ArdoTab
Usage
<ArdoTab
value?={string}
>
{children}
</ArdoTab>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| value | string | No | Unique value identifying this tab (optional if tab order matches panels) |
| children | ReactNode | Yes | Tab button label |