container.md 359 B


components:

- rx.chakra.Container

Container

import reflex as rx

Containers are used to constrain a content's width to the current breakpoint, while keeping it fluid.

rx.chakra.container(
    rx.chakra.box("Example", bg="blue", color="white", width="50%"),
    center_content=True,
    bg="lightblue",
)