Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/huntabyte/shadcn-svelte/llms.txt

Use this file to discover all available pages before exploring further.

Installation

npx shadcn-svelte@next add input

Usage

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

Examples

Default

Basic input field example.

File

File input field example.

Disabled

Disabled input field example.

With Label

Input field with label example.

With Button

Input field with button example.

Build docs developers (and LLMs) love