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