Example
Example
rx.vstack(
rx.text("Example"),
rx.divider(border_color="black"),
rx.text("Example"),
rx.divider(variant="dashed", border_color="black"),
width="100%",
)
rx.center(
rx.divider(
orientation="vertical", border_color="black"
),
height="4em",
)
Dividers are used to visually separate content in a list or group.