boluochuixue-mp
v1.0.0
Published
个人练习测试用的微信小程序组件库
Maintainers
Readme
quhuo-mp-components
取伙小程序组件库,提供了一系列可复用的微信小程序组件。
安装
npm install quhuo-mp-components --save使用方法
- 在页面的 json 配置文件中引入组件:
{
"usingComponents": {
"activity-goods": "quhuo-mp-components/activity-goods/index",
"barrage": "quhuo-mp-components/barrage/index",
"bottom-sheet": "quhuo-mp-components/bottomSheet/index",
"counter": "quhuo-mp-components/counter/index",
"empty": "quhuo-mp-components/empty/index",
"loading": "quhuo-mp-components/loading/index",
"nav-bar": "quhuo-mp-components/navigationBar/index",
"search-input": "quhuo-mp-components/searchInput/index",
"skeleton": "quhuo-mp-components/skeleton/index"
}
}- 在页面的 wxml 中使用组件:
<nav-bar title="页面标题" />
<empty description="暂无数据" />
<loading />组件列表
- activity-goods: 活动商品组件
- barrage: 弹幕组件
- bottomSheet: 底部弹出层
- counter: 计数器组件
- empty: 空状态组件
- loading: 加载组件
- navigationBar: 导航栏组件
- searchInput: 搜索输入框
- skeleton: 骨架屏组件
依赖
- @vant/weapp: ^1.10.19
开源协议
ISC
