Vuesax v4: framework components for Vuejs
Vuesax-next (v4.x) is an alpha version of a Vue.js UI library. The development team is currently working on creating a stable version that can be used in real projects. They are focused on creating new components and ensuring they do not have any bugs or issues from the previous version. Vuesax 4 is built with different technologies than its predecessor, including the use of TypeScript and Sass for component creation and compilation.
To install Vuesax 4, you can follow these steps:
npm install vuesax-next@alpha
import 'vuesax-next/dist/vuesax.css'
import { createApp } from 'vue'
import App from './App.vue'
import Vuesax from 'vuesax-next'
createApp(App).use(Vuesax).mount('#app')
Vuesax-next (v4.x) is an alpha version of the Vuesax UI library for Vue.js. It is currently undergoing active development and users are encouraged to test it for bugs and issues. The library offers a wide range of components and is built with different technologies compared to its previous version. It is not recommended for use in real projects yet, but the development team is working on creating a stable version.