A responsive width constraint for product content.
Container defines how EnterUI handles a responsive width constraint for product content, including default structure, accessible states, and token-driven styling.
Use full only when the parent already owns width constraints.
Small containers keep focused content readable.
<Container size="sm">
<Card><CardContent><p className="docs-preview-muted">Small containers keep focused content readable.</p></CardContent></Card>
</Container>import { Card, CardContent, Container } from "@froggdesign/enter-ui-react";Container is semantic-neutral and renders a div. Choose meaningful semantic wrappers around it when needed.
size: sm, md, lg, xl, or full.Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.