Menu
Libraries |
Category

FormBuilder

  • Purpose: UI-based code generation tool for creating forms using @shadcn/ui components
  • Target Audience: Developers working with Next.js, Vue, or Svelte who want to streamline form creation
  • Key Features:
    • Visual form builder interface
    • Generates code for multiple frameworks (including Svelte support)
    • Supports various field types (Text, Number, Boolean, Enum, Date) with multiple input variants
    • Live demo available here

Field Types Supported:

  • Heading
  • Text (Input, Textarea, Password)
  • Number (Input, Slider)
  • Boolean (Checkbox, Switch)
  • Enum (Select, Radio, Combobox)
  • Date (Date picker)

Note: Framework-specific field variations are available beyond the core types listed.

formnextjsreactshadcn-uicode-genformbuildersveltevue

Comments