uimi - A Vue.js 3.0 UI library
- 💪 Vue 3.0 Composition API
- 🔥 Written in TypeScript
npm install uimi -S
import { createApp } from 'vue'
import App from './App.vue'
// import style
import 'uimi/dist/uimi.css'
import uimi from 'uimi'
// global import
createApp(App).use(uimi).mount('#app')
// or according to the need to import
import {
UiLink,
UiButton
// ...
} from 'uimi'
createApp(App).use(UiLink).use(UiButton)
- base on Bootstrap
To check out live docs, visit website
TODO
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
Detailed changes for each release are documented in the CHANGELOG.
Copyright (c) 2019-present Yao Yi