lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.63k stars 745 forks source link

Bringing Vue 3 support to Vuesax 3 #1014

Open lk77 opened 2 years ago

lk77 commented 2 years ago

Hello,

since this package is not maintained anymore,

i ported Vuesax v3 to Vue 3 :

https://github.com/lk77/vuesax https://www.npmjs.com/package/vuesax3

You can simply do npm i vuesax3 and change your imports and it should work !

All components and functions are now working with Vue 3, but be aware that you need to use the new Vue 3 syntax for each component, for example by replacing :value by :modelValue or use the template element to define slots

The new syntax is now on the docs which was recently upgraded to also work on Vue 3 with the latest vuepress version : https://lk77.github.io/vuesax

thanks!