Docs
Input

Input

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

Installation

	npx  shadcn-svelte@latest add input

Usage

	<script lang="ts">
  import { Input } from "$lib/components/ui/input";
</script>
 
<Input />

Examples

Default

Disabled

With Label

With Text

With Button

File

Form