praveenjuge / kutty

Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.
https://kutty.netlify.app
MIT License
833 stars 44 forks source link

Detail Vue Setup #31

Closed Destaq closed 3 years ago

Destaq commented 3 years ago

Some of Kutty's dynamic components and features won't work, as they use an AlpineJS shorthand that clashes with Vue. I have added a bit to the docs showing how to overcome this by removing the shorthand.

praveenjuge commented 3 years ago

Thanks!

runforrestrun commented 2 years ago

Just a question @Destaq,

I am using Vite, Vue 3, Tailwind CSS and replaced all "@click" for "x-on:click" per your recommendation.

For the https://kutty.netlify.app/components/dark-sidebar/

When I resize to a mobile screen estate, the sidebar doesn't pop up. image

vs

the demo image

Did I miss something here? Or is it a bug of Kutty?