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>