TabPanel
Usage
<TabPanel
value={string}
>
{children}
</TabPanel>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| value | string | Yes | Value matching the corresponding Tab |
| children | ReactNode | Yes | Panel content |
<TabPanel
value={string}
>
{children}
</TabPanel>| Prop | Type | Required | Description |
|---|---|---|---|
| value | string | Yes | Value matching the corresponding Tab |
| children | ReactNode | Yes | Panel content |