Separator

A visual divider that separates content into clear, meaningful sections.

Default

Default

Content above the separator


Content below the separator

<div className="w-full space-y-4">
  <p className="text-sand-12">
    Content above the separator
  </p>
  <rU />
  <p className="text-sand-12">
    Content below the separator
  </p>
</div>