Divider
- The Divider component.
import { Divider } from "@dreamy-ui/react/rsc";
<Divider />
You can change the orientation of the Divider by using the orientation
prop.
Horizontal
Vertical
**Horizontal**
<Divider orientation="horizontal" />
**Vertical**
<Divider orientation="vertical" h="100px" />