Components
Input
A input component
Preview
Loading...
import { Input } from "@/registry/axon/ui/input";export default function InputDemo() { return <Input placeholder="Email" type="email" />;}Installation
CLI
npx shadcn@latest add @emberui/inputyarn shadcn@latest add @emberui/inputpnpm dlx shadcn@latest add @emberui/inputbunx --bun shadcn@latest add @emberui/inputReference
This component is based on the shadcn/ui Input component.