# wx-components **Repository Path**: renlin901017/wx-components ## Basic Information - **Project Name**: wx-components - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-10 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wx-components _组件(包含以下基础组件)_: - BaseBtn 按钮 - BaseDialog 弹窗 - BaseForm 表单 - BasePage 分页 - BaseSearch 搜索框 - BaseTable 表格 ## 安装 ``` npm i wx-components ``` ## 使用 ```1、插件模式 import {WxPlus} from 'wx-components' app.use(WxPlus) ``` ```2、组件模式 import {BaseBtn} from 'wx-components' ``` ## 项目目录 - docs 文档目录 - npm_private 私有 npm 包目录 - packages 组件源码 - components 组件目录 - hooks 钩子目录 - utils 工具目录 - types 类型目录 - index.ts 入口文件 - README.md 组件设计思路 - public 公共目录 - src 测试项目 - tests jest 测试目录