shadcn-vue/apps/www/src/lib/registry/new-york/example/InputDemo.vue

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>