Back
Volkan Kaya
Load previous page…
Might like www.shadcn-vue.com/
This was really cool. I don't use Vue but I do use Astro so might be worth using this to save me some time.
Like @JudoHacker I use the first 3 features that's it.
Trello so far is the opposite of bloat (compared to other tools I looked at for kanban boards), they hide features away so I don't get distracted (on free plan).
Getting the JS right is pretty difficult. How much testing are you doing for components?
It’s not so bad. I hook each component up to a Vue event handler (on click etc) and then make sure the component works across desktop and mobile. Chat gpt helps if I can’t figure something out.
Just to understand, are you talking about Flowbite JS snippets, or Tailwind? Or maybe both :)
Flowbite html snippets, but flowbite just gives you components written with tailwind. I take the raw html and hook up event handlers to that
Thank you for clarifying! Much appreciated.
Stuff like dropdown, accordions etc are hard to get right do you have a site with them to test?