ArdoTabPanel
ArdoTabPanel component
ArdoTabPanel
Usage
<ArdoTabPanel
value?={string}
>
{children}
</ArdoTabPanel>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| value | string | No | Value matching the corresponding ArdoTab (optional if panel order matches tabs) |
| children | ReactNode | Yes | Panel content |