ArdoContainer
ArdoContainer component
ArdoContainer
Usage
<ArdoContainer
type={ArdoContainerType}
title?={string}
>
{children}
</ArdoContainer>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| type | ArdoContainerType | Yes | Container type determining the style |
| title | string | No | Optional custom title |
| children | ReactNode | Yes | Content to display inside the container |