lynn-mata-ui-design
v0.0.3
Published
Vue 3 UI Library for Mata Education
Downloads
296
Readme
Mata UI Design
Vue 3 UI Library for Mata Education.
Documentation
Installation
npm install lynn-mata-ui-designUsage
import { createApp } from 'vue'
import App from './App.vue'
import MataUI from 'lynn-mata-ui-design'
import 'lynn-mata-ui-design/style.css'
const app = createApp(App)
app.use(MataUI)
app.mount('#app')Components
- MButton
- MInput
- MSelect
- MTable
- MModal
- MPagination
- MTabs
- MTree
