shadcn-vue/apps/www/registry/new-york/example/InputDemo.vue
2024-11-21 11:52:31 +08:00

8 lines
161 B
Vue

<script setup lang="ts">
import { Input } from '@/lib/registry/new-york/ui/input'
</script>
<template>
<Input type="email" placeholder="Email" />
</template>