输入框

展示表单输入字段或类似输入字段外观的组件。

安装

pnpm dlx 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.

Edit this page on GitHub