toggle
toggle copied to clipboard
Vue 3 toggle component with labels, custom slots and styling options (+Tailwind CSS support).
I am using this package in a VitePress setup i have and during build time I am alerted to this warning: `@vueform/toggle doesn't appear to be written in CJS, but...
I've already seen #1 and #2, but this does seem to still be happening. I tried the is mounted fix, and that didnt stop it. Do we know why this...
I am conditionally disabling the toggle base on a truthy value which is working fine however when there's an on change and the disable value is false I still have...
I use this component in a project with Vue 3, when I build, I get this error: ```console ❯ yarn build yarn run v1.22.17 $ vue-tsc --noEmit && vite build...
Solves https://github.com/vueform/toggle/issues/4
how can to @apply correctly with PostCSS ? Now, if I use tailwind classes like bg-red-100, im not able to see the style, but when I use a simple CSS...
After using ```--toggle-width: 120px``` and ```--toggle-height: 35px``` for example, the handle will stay 20x20 pixels. The width and height of the handle should be added as variables as well.
after updating from 2.0.2 release to the latest version when i use v-model it only works one way (from toggle component to parent component) if i load anything from external...
Just found out that using `` as mentioned in your introduction does not work and leads to the Toggle/Switch not showing up in the browser (code is however in the...