TDesign Miniprogram Component Overview
developTDesign Miniprogram provides a comprehensive set of UI components categorized into several functional groups to help build mini-program interfaces. The library is continuously updated with new component types based on business practices.
Component Categories:
基础 (Basic)
Core building blocks for layout and simple elements:
- Button (按钮)
- Divider (分割线)
- Fab (悬浮按钮)
- Icon (图标)
- Layout (布局)
- Link (链接)
- Typography (排版)
导航 (Navigation)
Components for moving through the application:
- BackTop (返回顶部)
- Drawer (抽屉)
- Indexes (索引)
- Navbar (导航条)
- SideBar (侧边导航栏)
- Steps (步骤条)
- TabBar (底部标签栏)
- Tabs (选项卡)
输入 (Input)
Components for capturing user data and interaction:
- Calendar (日历)
- Cascader (级联选择器)
- CheckBox (多选框)
- ColorPicker (颜色选择器)
- DateTimePicker (日期选择器)
- Form (表单)
- Input (输入框)
- Picker (选择器)
- Radio (单选框)
- Rate (评分)
- Search (搜索框)
- Slider (滑动选择器)
- Stepper (步进器)
- Switch (开关)
- Textarea (多行文本框)
- TreeSelect (树形选择器)
- Upload (上传)
数据展示 (Data Display)
Components for presenting information to the user:
- Avatar (头像)
- Badge (徽章)
- Cell (单元格)
- Collapse (折叠面板)
- CountDown (倒计时)
- Empty (空状态)
- Footer (页脚)
- Grid (宫格)
- Image (图片)
- ImageViewer (图片预览)
- Progress (进度条)
- QRCode (二维码)
- Result (结果)
- Segmented (分段控制器)
- Skeleton (骨架屏)
- Sticky (吸顶容器)
- Swiper (轮播图)
- Table (表格)
- Tag (标签)
- Watermark (水印)
反馈 (Feedback)
Components for communicating system status or providing user guidance:
- ActionSheet (动作面板)
- Dialog (对话框)
- DropdownMenu (下拉菜单)
- Guide (引导)
- Loading (加载)
- Message (全局提示)
- NoticeBar (消息提醒)
- Overlay (遮罩层)
- Popover (弹出气泡)
- Popup (弹出层)
- PullDownRefresh (下拉刷新)
- SwipeCell (滑动操作)
- Toast (轻提示)