/vueggy

Advanced and highly reusable Mobile UI Components built on Vue3

Primary LanguageJavaScript

Vueggy

Advanced and highly reusable Mobile UI Components built on Vue3

Usage

npm install vueggy --save

import Vueggy from "vueggy";
const app = Vue.createApp(App);
app.use(Vueggy);