Container
The container is a layout component to center content horizontally with a predefined max-width.
Import
Importimport { Container } from '@backyard-ui/core';
Usage
UsageSize
SizeUse the size
prop to increase the max-width
API Reference
API Reference- children requiredDescription The children elementsType
ReactNode
- sizeDescription The container sizeType
"xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "full" | "7xl"
Defaultlg