Fieldset

A native fieldset element with a legend.

API Reference
Loading...
Loading code...

Installation

pnpm dlx shadcn@latest add @uitopia/fieldset

Usage

import { Fieldset, FieldsetLegend } from "@/components/ui/fieldset"
<Fieldset>
  <FieldsetLegend>Fieldset legend</FieldsetLegend>
</Fieldset>

On this page