随笔 - 2649  文章 - 2452  评论 - 0  阅读 - 80424

文章分类 -  小程序开发框架 / MUI使用文档 / 基础组件 .

环形进度条
摘要:介绍 圆环形的进度条组件,支持进度渐变动画。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-circle": "/miniprogram_npm/m-ui/mx-circle/index", } #小程序码 可使用微 阅读全文
posted @ 2024-12-22 09:37 AtlasLapetos 阅读(23) 评论(0) 推荐(0) 编辑
多选
摘要:介绍 在一组备选项中进行多选。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-checkbox": "/miniprogram_npm/m-ui/mx-checkbox/index", "mx-checkbox-gr 阅读全文
posted @ 2024-12-22 09:37 AtlasLapetos 阅读(9) 评论(0) 推荐(0) 编辑
单选
摘要:介绍 在一组备选项中进行单选。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-radio": "/miniprogram_npm/m-ui/mx-radio/index", "mx-radio-group": "/m 阅读全文
posted @ 2024-12-22 09:37 AtlasLapetos 阅读(7) 评论(0) 推荐(0) 编辑
输入框
摘要:介绍 用户可以在文本框内输入或编辑文字。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-field": "/miniprogram_npm/m-ui/mx-field/index", } #小程序码 可使用微信扫码查 阅读全文
posted @ 2024-12-22 09:37 AtlasLapetos 阅读(16) 评论(0) 推荐(0) 编辑
搜索
摘要:介绍 用于搜索场景的输入框组件。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-search": "/miniprogram_npm/m-ui/mx-search/index", } #小程序码 可使用微信扫码查看小 阅读全文
posted @ 2024-12-22 09:37 AtlasLapetos 阅读(11) 评论(0) 推荐(0) 编辑
动态滑动条
摘要:mx-slider 滑块 滑动输入条,用于在给定的范围内选择一个值。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-slider": "/miniprogram_npm/m-ui/mx-slider/index" } 阅读全文
posted @ 2024-12-22 09:37 AtlasLapetos 阅读(8) 评论(0) 推荐(0) 编辑
步骤条
摘要:介绍 用于展示操作流程的各个环节,让用户了解当前的操作在整体流程中的位置。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-steps": "/miniprogram_npm/m-ui/mx-steps/index", 阅读全文
posted @ 2024-12-22 09:36 AtlasLapetos 阅读(11) 评论(0) 推荐(0) 编辑
单元格
摘要:cell 单元格 单元格为列表中的单个展示项。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-cell": "/miniprogram_npm/m-ui/mx-cell/index", "mx-cell-group" 阅读全文
posted @ 2024-12-22 09:35 AtlasLapetos 阅读(4) 评论(0) 推荐(0) 编辑
分割线
摘要:介绍 用于将内容分隔为多个区域。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-divider": "/miniprogram_npm/m-ui/mx-divider/index", } #小程序码 可使用微信扫码查 阅读全文
posted @ 2024-12-22 09:35 AtlasLapetos 阅读(29) 评论(0) 推荐(0) 编辑
开关
摘要:mx-switch 滑块 用于在打开和关闭状态之间进行切换。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-switch": "/miniprogram_npm/m-ui/mx-switch/index" } #小程 阅读全文
posted @ 2024-12-22 09:35 AtlasLapetos 阅读(5) 评论(0) 推荐(0) 编辑
按钮
摘要:mx-button 按钮 按钮用于触发一个操作,如提交表单。 #引入 在app.json或index.json中引入组件,详细介绍见快速上手 "usingComponents": { "mx-button": "/miniprogram_npm/m-ui/mx-button/index" } #小程 阅读全文
posted @ 2024-12-22 09:35 AtlasLapetos 阅读(28) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示