Docs
Input

Input

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

Installation

bash
npx shadcn-vue@latest add input

Usage

vue
<script setup lang="ts">
import { Input } from '@/lib/registry/default/ui/input'
</script>

<template>
  <Input />
</template>
Edit this page on GitHub