Atom
Input
A atom component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/inputUsage
tsx
import { Input } from "@/components/ui/atoms/input.tsx";
export default function Example() {
return <Input />;
}A atom component from the MADT registry.
npx shadcn@latest add @madt/inputimport { Input } from "@/components/ui/atoms/input.tsx";
export default function Example() {
return <Input />;
}