Label
Renders an accessible label associated with controls.
Installation
npx shadcn-svelte@latest add https://nbsv.cyteon.dev/r/label.json
Usage
import Label from "$lib/components/ui/label.svelte";
<Label>This is a label</Label>
Renders an accessible label associated with controls.
npx shadcn-svelte@latest add https://nbsv.cyteon.dev/r/label.json
import Label from "$lib/components/ui/label.svelte";
<Label>This is a label</Label>