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