Divider is used to display line separator between elements.
Divider
import { Divider } from "@dreamy-ui/react/rsc";
<Divider />
You can change the orientation of the Divider by using the orientation prop.
orientation
Horizontal
Vertical
**Horizontal** <Divider orientation="horizontal" /> **Vertical** <Divider orientation="vertical" h="100px" />