import { cn } from "@/lib/utils"; import { forwardRef, type InputHTMLAttributes, type TextareaHTMLAttributes, type LabelHTMLAttributes } from "react"; // ----------------------------------------------------------------- // Label // ----------------------------------------------------------------- export function Label({ className, ...props }: LabelHTMLAttributes) { return (