Renders an accessible label associated with controls.
npx sigma-ui@latest add label
<script setup lang="ts"> import { Label } from '@/components/ui/label' </script> <template> <Label for="email">Your email address</Label> </template>
Table of content