On This Page
Displays a form input field or a component that looks like an input field.
npx shadcn-gdce@latest add input
<script setup lang="ts"> import { Input } from '@/components/ui/input' </script> <template> <Input /> </template>
This is your public display name.