Foundations
Components
- Accordion
- Alert Dialog
- Avatar
- Badge
- Banner
- BreadcrumbSOON
- Button
- Button Group
- Calendar
- Callout
- Card
- Checkbox
- CodeblockSOON
- Color Picker
- Container
- Control Group
- Dialog
- Dropdown
- File Uploader
- FlexBox
- FormSOON
- Grid View
- IconSOON
- ImageSOON
- Input
- Link
- List
- MenuSOON
- PaginationSOON
- Popover
- Progress
- Radio
- Section
- Select
- Separator
- Skeleton
- SliderSOON
- SpinnerSOON
- Switch
- Table
- Tabs
- Tag
- Textarea
- ToastSOON
- Tooltip
Container
The grand orchestrator of layout harmony. Container is a div that knows its limits, boasting a max-width layout, and effortlessly aligning your content for different screen sizes with grace.Example
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec diam sit amet lacus tincidunt facilisis.
API Reference
| Component | Description |
|---|---|
| Container | A responsive container component that centers content and maintains consistent max-width across different screen sizes. |
Component Properties
Container
| Prop | Type | Default | Description |
|---|---|---|---|
| size | string | "md" | Sets the maximum width of the container based on predefined breakpoints. |
| css | CSSProperties | - | Custom CSS properties to be applied to the container. |