// shadcn Label — paired with form inputs for accessible naming. import type { LabelHTMLAttributes, ReactNode } from 'react' import { cn } from '../cn' export const Label = ({ className, children, ...props }: LabelHTMLAttributes): ReactNode => ( )