Input

Displays a form input field or a component that looks like an input field.

Installation

    npx shadcn-svelte@latest add https://nbsv.cyteon.dev/r/input.json
    

Usage

import Label from "$lib/components/ui/input.svelte";

<Input placeholder="Enter something..." />