@threeword/jui
v0.0.7
Published
提供Taro组件
Downloads
7
Readme
@threeword/jui
是一款基于 Taro 框架开发的 UI 组件库 (持续更新)
特色
- typescript
- 需要定制的留言 安排 :)
安装(Install)
# npm
npm i @threeword/jui -S
# yarn
yarn add @threeword/jui
小程序演示
组件展示
评分
标签页
轮播图自定义 dot
抽屉
图片上传
图片预览
地址选择器
引入组件(具体参考 .d 文件)
import { ImageModal } from '@threeword/jui';
<ImageModal images={['图片地址1', '图片地址2']} />;
参与贡献
- Fork 本仓库
- 新建 Feature_xxx 分支
- 提交代码
- 新建 Pull Request