1.1 KiB
1.1 KiB
| title | description |
|---|---|
| Input | Displays a form input field or a component that looks like an input field. |
Installation
npx shadcn-vue@latest add input
<template #Manual>
Copy and paste the following code into your project:
<<< @/lib/registry/default/ui/input/Input.vue
Usage
<script setup lang="ts">
import { Input } from '@/components/ui/input'
</script>
<template>
<Input />
</template>