rx.wrap(
rx.wrap_item(
rx.box(
"Example", bg="lightgreen", w="100px", h="80px"
)
),
rx.wrap_item(
rx.box(
"Example", bg="lightblue", w="200px", h="80px"
)
),
rx.wrap_item(
rx.box("Example", bg="red", w="300px", h="80px")
),
rx.wrap_item(
rx.box("Example", bg="orange", w="400px", h="80px")
),
width="100%",
spacing="2em",
align="center",
)
Layout component used to add space between elements and wrap automatically if there isn't enough space.
Item of the Wrap component.