Container
Container
is a component used as a general division element. By default, it renders the section
element.
Theming
The Container
is a single part component.
If you want to change the style of the component, please check here.
export const Container: ComponentStyle<"Container"> = {baseStyle: {display: "flex",flexDirection: "column",gap: { base: "lg", sm: "md" },p: { base: "lg", sm: "md" },w: "100%",},}
Edit this page on GitHub