Skip to content

Welcome to Form Forge for Vue

Open source drag and drop form builder for Vue

Install source files

Run npx @vue-form-forge/cli@latest to get the source files and dependencies.

Setup TailwindV4

Install TailwindV4 and add the tailwind.config.js to your project root.

Configure Formkit theming

Add the formkit.config.ts and formkit.theme.ts files.

Add the component anywhere

Add the <BuilderProvider /> and <FormBuilder /> components to your app.