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