UNPKG

@marlon-chaviano/field-kit

Version:

A collection of reusable and accessible form components built with React, TailwindCSS, and fully integrated with React Hook Form...

5 lines (4 loc) 247 B
import * as React from "react"; import * as LabelPrimitive from "@radix-ui/react-label"; declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): import("react/jsx-runtime").JSX.Element; export { Label };