Nuxt
Nuxt Module
FormKit-PrimeVue-Nuxt module available.
Nuxt Module Dependencies
- primevue-nuxt Module
- formkit-nuxt Module
Both are auto installed by default, this can be disabled in the module options.
Quick Setup
Install the module to your Nuxt application with one command:
bash
npx nuxi module add @sfxcode/formkit-primevue-nuxt
That's it! You can now use FormKit PrimeVue Nuxt Module in your Nuxt app ✨
Module Options
- includePrimeIcons (default:
true
): Add PrimeIcons CSS to the project. - includeStyles (default:
true
): Add custom FormKit CSS to the project. - installI18N (default:
true
): Install nuxt i18n module automatically. - installFormKit (default:
true
): Install nuxt formkit module automatically.