Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

Container

Container is a component used as a general division element. By default, it renders the section element.

Source@yamada-ui/layouts

Theming

The Container is a single part component.

export const Container: ComponentStyle<"Container"> = {
baseStyle: {
w: "100%",
display: "flex",
flexDirection: "column",
gap: { base: "lg", sm: "md" },
p: { base: "lg", sm: "md" },
},
}
Copied!

Edit this page on GitHub

PreviousStackNextFlex