Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Formkit instead #1

Open
laportem opened this issue Apr 2, 2022 · 4 comments
Open

Using Formkit instead #1

laportem opened this issue Apr 2, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@laportem
Copy link

laportem commented Apr 2, 2022

Awesome starter. Ever thought of using @formkit/nuxt instead of the default @tailwindcss/forms
Formkit is much more complete.

@bryantgillespie
Copy link
Owner

Looks like a neat library. I like that validation is built in.

Do you have much experience with it @laportem?

Curious to know how easy it is to add custom inputs or style with Tailwind.

@laportem
Copy link
Author

laportem commented Apr 2, 2022

I'm new to this version although I use the old nuxt2 version extensively. Nuxt2 uses https://vueformulate.com/

The custom input looks ok
https://formkit.com/guides/create-a-custom-input

@andrew-boyd
Copy link

andrew-boyd commented Apr 12, 2022

Hello there! I'm here because my FormKit senses were tingling 😉. Happy to help answer anything I can.

Re: Tailwind styling — we've worked hard to make it as easy as possible to apply utility classes at every level of the DOM hierarchy that a FormKit component outputs and have written a guide specifically about Tailwind. The core concept here will remain the same but we are about to move generateClasses to @formkit/core in the next release because it's not Tailwind specific. The @formkit/tailwindcss package will also be deprecated in the next release and you'll instead import the plugin for Tailwind from @formkit/themes along with support for other Utility Class Systems such as Windi and Uno.

https://formkit.com/guides/create-a-tailwind-theme

Happy to chat in the Discord as well, we're very active there and would be able to chat in real-time if you've got any implementation questions: https://discord.gg/2q3UZkUQbR

@bryantgillespie bryantgillespie added the enhancement New feature or request label Sep 13, 2022
@bryantgillespie
Copy link
Owner

Maybe we can add a different branch that supports FormKit to give someone the option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants