Using Tailwind with Vue Formulate
Watching Vue Formulate begin to gain traction in the Vue ecosystem in the last few months has been a r...
For further actions, you may consider blocking this person and/or reporting abuse
And I thought it was just Svelte that worked awesome in pair with Tailwind xdd
Thank you so much for this ;)
This is absolutely amazing man! Even the form generation is supported. My VUE forms were bloated and hard to read. This is absolutely the game changer for me
Thanks! I'm biased but I agree, I think the component-first api + form generation is a game changer. Excited to see what you build with it 👍
The recent things I did do not use forms like e.g. tablericons.com but I'm going to create an invoice generator and this will definitely suite my needs. I'll also use it in the admin area of my upcoming SaaS projects.
Wow! love the UI for the tablericons.com site. I'm going to be inspired heavily by it for some eventual Vue Formulate work. Have aspirations to create a theme customizer (for those who don't use class utility frameworks).
Thanks Andrew!
If anyone is wondering where styling of forms went when they deployed their app in production, please make sure that in your purgeCSS config, you have set the matching for
*.js
files as well.Like this:
What is this witchcraft!? Really like the look of this, thanks for pointers over on Discord too
Works really well! Thank you.
One Question: How would I style a disabled Button with Tailwind? I don't see that attribute in the classes docs :/
Thanks for help and great job. The framework is simply amazing.
As of 2.4.4 released this week this is easy! The context object passed to you class functions now includes an attrs property which is all of the element’s attributes including disabled
This was really helpful
Waiting for Vue3 support. This is everything I want :)
I used Vue Formulate on a project recently and absolutely loved the API. It’s my go-to from now on. Excited to try out these tailwind techniques!
That’s awesome to hear Alex!! Kinda makes it worth it 👍
Justin, one idea... Would it be possible to make a Group type sortable? This would be a very useful feature.
It would be...there’s even a feature branch out there with some effort towards that
Thank you for this great article, it's been very helpful.
Seem interesting, will trying in next project
Currently im in pug project can't use vue
Thank you Justin for your service to #VueNation !
Wow. This is great. Will definitely be using this in my next project. Thanks for the work and article. Is this compatible with Vue 3 / Vite?
Vue 3 in the works, but as of this post met yet ready
This is by far the best, simplest and most developer friendly JavaScript Form solution I've used so far. Thank you for making and documenting this 🙌