输入

显示一个表单输入字段或看起来像输入字段的组件。

安装

bash
npx shadcn-vue@latest add input

用法

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

<template>
  <Input />
</template>

示例

默认

文件

禁用

带标签

带按钮

带图标

表单

This is your public display name.

在 GitHub 上编辑此页面