Arc.React
    Preparing search index...

    Interface StoryContainerProps

    interface StoryContainerProps {
        asCard?: boolean;
        children: ReactNode;
        className?: string;
        size?: "sm" | "md" | "lg" | "full";
    }
    Index

    Properties

    asCard?: boolean

    Whether to render the container as a card with background and border

    children: ReactNode

    The content to render within the container

    className?: string

    Additional CSS classes to apply

    size?: "sm" | "md" | "lg" | "full"

    The size variant of the container

    • 'sm': 600px max width
    • 'md': 1200px max width (default)
    • 'lg': 1400px max width
    • 'full': no max width