Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/components/form-fields.tsx>FormFieldProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias FormFieldProps
import { type FormFieldProps } from "https://deno.land/x/netzo@0.5.14/components/form-fields.tsx";
definition: { name: string; label: string; form: UseFormReturn; className?: string; }