0.0.37 • Published 3 years ago

mtui-uniapp v0.0.37

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Mtui UI 快速上手

使用 Mtui UI 前,请确保你已经学习并熟练使用过 uni-app

安装

方式一 :通过 npm 安装

// # Using npm
npm install mtui-uniapp
import "mtui-uniapp/static/font/iconfont.css"
import "mtui-uniapp/static/style/index.scss"

import mtui from "mtui-uniapp";
Vue.use(mtui);

使用组件

引入组件后,可以在 页面 中直接使用组件,以 Button 为例

<mt-button>普通按钮</mt-button>

相关链接

官网地址:https://static-ab398308-a8d9-41bf-9e5e-0129499ef255.bspapp.com/#/