Input

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



Installation

npx shadcn-svelte@latest add https://retroui-svelte.netlify.app/r/input.json


Usage

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

Examples

Default


With Label


Error


Disabled