Install source files
Run npx @vue-form-forge/cli@latest to get the source files and dependencies.
npx @vue-form-forge/cli@latest
Setup TailwindV4
Install TailwindV4 and add the tailwind.config.js to your project root.
tailwind.config.js
Configure Formkit theming
Add the formkit.config.ts and formkit.theme.ts files.
formkit.config.ts
formkit.theme.ts
Add the component anywhere
Add the <BuilderProvider /> and <FormBuilder /> components to your app.
<BuilderProvider /> and <FormBuilder />