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