Container
A box used to organise content.
Content
Was this example helpful?
Usage
import { Container } from "@medusajs/ui"
<Container>Container</Container>
API Reference
This component is based on the div
element and supports all props of this element.
Examples
In a layout
Menubar
Section 1
Section 2
Section 3
Was this example helpful?