1---2name: wot-ui3description: wot-ui uni-app 组件库开发指南。当用户询问 wot-ui 组件使用、配置、示例或 API 时使用此技能。 Use when this capability is needed.4---56# wot-ui78此技能提供使用 wot-ui 组件库开发应用程序的专业知识。910## 何时使用1112当用户需要以下帮助时使用此技能:13- 实现特定的 wot-ui 组件(例如,“如何使用 Calendar 日历组件?”)14- 配置全局 Provider 或主题15- 排查组件行为问题16- 查找 props、events 和 slots 的 API 参考1718## 组件参考1920`references/` 目录包含每个组件的详细文档。当用户询问特定组件时,请检查 `references/` 中对应的 markdown 文件。2122### 基础 (Basic)2324- [introduction.md](references/introduction.md), [quick-use.md](references/quick-use.md), [common-problems.md](references/common-problems.md), [custom-theme.md](references/custom-theme.md)25- [button.md](references/button.md), [cell.md](references/cell.md), [config-provider.md](references/config-provider.md), [icon.md](references/icon.md), [img.md](references/img.md), [layout.md](references/layout.md), [popup.md](references/popup.md), [resize.md](references/resize.md), [transition.md](references/transition.md)2627### 表单 (Form)2829- [calendar.md](references/calendar.md), [calendar-view.md](references/calendar-view.md)30- [checkbox.md](references/checkbox.md)31- [col-picker.md](references/col-picker.md)32- [datetime-picker.md](references/datetime-picker.md), [datetime-picker-view.md](references/datetime-picker-view.md)33- [form.md](references/form.md)34- [input.md](references/input.md), [input-number.md](references/input-number.md), [password-input.md](references/password-input.md), [textarea.md](references/textarea.md)35- [keyboard.md](references/keyboard.md), [number-keyboard.md](references/number-keyboard.md)36- [picker.md](references/picker.md), [picker-view.md](references/picker-view.md)37- [radio.md](references/radio.md)38- [rate.md](references/rate.md)39- [search.md](references/search.md)40- [select-picker.md](references/select-picker.md)41- [signature.md](references/signature.md)42- [slider.md](references/slider.md)43- [switch.md](references/switch.md)44- [upload.md](references/upload.md), [img-cropper.md](references/img-cropper.md)45- [slide-verify.md](references/slide-verify.md)4647### 反馈 (Action)4849- [action-sheet.md](references/action-sheet.md), [curtain.md](references/curtain.md), [drop-menu.md](references/drop-menu.md), [overlay.md](references/overlay.md), [popover.md](references/popover.md), [swipe-action.md](references/swipe-action.md)50- [message-box.md](references/message-box.md), [notify.md](references/notify.md), [toast.md](references/toast.md), [loading.md](references/loading.md)51- [tooltip.md](references/tooltip.md)52- [fab.md](references/fab.md), [floating-panel.md](references/floating-panel.md)5354### 展示 (Display)5556- [avatar.md](references/avatar.md), [badge.md](references/badge.md), [tag.md](references/tag.md)57- [card.md](references/card.md), [circle.md](references/circle.md), [divider.md](references/divider.md)58- [collapse.md](references/collapse.md)59- [count-down.md](references/count-down.md), [count-to.md](references/count-to.md)60- [grid.md](references/grid.md), [table.md](references/table.md)61- [notice-bar.md](references/notice-bar.md), [status-tip.md](references/status-tip.md)62- [progress.md](references/progress.md), [steps.md](references/steps.md)63- [segmented.md](references/segmented.md)64- [skeleton.md](references/skeleton.md)65- [sort-button.md](references/sort-button.md)66- [swiper.md](references/swiper.md)67- [text.md](references/text.md)68- [tour.md](references/tour.md)69- [watermark.md](references/watermark.md)70- [root-portal.md](references/root-portal.md)71- [gap.md](references/gap.md)7273### 导航 (Navigation)7475- [backtop.md](references/backtop.md)76- [index-bar.md](references/index-bar.md)77- [navbar.md](references/navbar.md)78- [pagination.md](references/pagination.md)79- [sidebar.md](references/sidebar.md)80- [sticky.md](references/sticky.md)81- [tabbar.md](references/tabbar.md)82- [tabs.md](references/tabs.md)8384### 组合式函数 (Composables)8586- [use-config-provider.md](references/use-config-provider.md)87- [use-count-down.md](references/use-count-down.md)88- [use-message.md](references/use-message.md)89- [use-notify.md](references/use-notify.md)90- [use-toast.md](references/use-toast.md)91- [use-upload.md](references/use-upload.md)9293### 其他 (Other)9495- [consultation.md](references/consultation.md)96- [cli-templates.md](references/cli-templates.md)97- [locale.md](references/locale.md)9899## 使用模式1001011. **识别组件**: 确定用户感兴趣的组件。1022. **查阅参考**: 阅读 `references/<component-name>.md` 中的具体组件文档。1033. **提供示例**: 使用文档中的示例来指导用户。确保证严格遵守参考中定义的 API(props, events)。104105## 最佳实践106107- **类型**: 使用文档中显示的正确 TypeScript 接口。108- **v-model**: 注意支持 `v-model` 双向绑定的组件。109- **事件**: 注意某些事件可能具有特定参数(例如 `{ item, index }`)。110111---112> Converted and distributed by [TomeVault](https://tomevault.io/claim/wot-ui) — claim your Tome and manage your conversions.113<!-- tomevault:4.0:skill_md:2026-04-11 -->