Container

A box used to organise content.

Content
Was this example helpful?

Usage#


Code
import { Container } from "@medusajs/ui"
Code
<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?