Molecule

Field

A molecule component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/field

Dependencies

This component depends on the following registry items:

  • label
  • separator

Usage

tsx
import { Field } from "@/components/ui/molecules/field.tsx";

export default function Example() {
  return <Field />;
}