Skip to Content

Container

The container is a layout component to center content horizontally with a predefined max-width.


Import

Import
import { Container } from '@backyard-ui/core';

Usage

Usage

Size

Size

Use the size prop to increase the max-width

API Reference

API Reference
  • children required
    Description The children elements
    Type
    ReactNode
  • size
    Description The container size
    Type
    "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "full" | "7xl"
    Default
    lg