Visually or semantically separates content.
An open-source UI component library.
npx sigma-ui@latest add separator
<script setup lang="ts"> import { Separator } from '@/components/ui/separator' </script> <template> <Separator label="Or" /> </template>
Table of content