Container
A box used to organise 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 of its props
Examples#
In a layout#
Menubar
Section 1
Section 2
Section 3
Was this example helpful?