"use client" import { Label } from './label' import * as React from "react" import { cn } from "../../utils/cn" export interface FieldWrapperProps { /** Label text displayed above the field */ label?: string /** * `id` of the control the label names. Without it the label is decoration: * clicking it focuses nothing and assistive tech reads the field unnamed, * which is why every caller that cared was rendering its own