A component for drawing a horizontal dividing line between UI elements.
import {Divider} from "attio/client" function Example() { return <Divider /> }
<hr />
Was this page helpful?