Info
Usage
<Info
title?={string}
>
{children}
</Info>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| title | string | No | Optional custom title |
| children | ReactNode | Yes | Content to display |
<Info
title?={string}
>
{children}
</Info>| Prop | Type | Required | Description |
|---|---|---|---|
| title | string | No | Optional custom title |
| children | ReactNode | Yes | Content to display |