Molecule
Field
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/fieldDependencies
This component depends on the following registry items:
labelseparator
Usage
tsx
import { Field } from "@/components/ui/molecules/field.tsx";
export default function Example() {
return <Field />;
}