@threeword/jui

提供Taro组件

Usage no npm install needed!

<script type="module">
  import threewordJui from 'https://cdn.skypack.dev/@threeword/jui';
</script>

README

@threeword/jui

是一款基于 Taro 框架开发的 UI 组件库 (持续更新)

特色

  • typescript
  • 需要定制的留言 安排 :)

安装(Install)

# npm
npm i @threeword/jui -S

# yarn
yarn add @threeword/jui

小程序演示

JUI

组件展示

评分

JUI

标签页

JUI

轮播图自定义 dot

JUI

抽屉

JUI

图片上传

JUI

图片预览

JUI

地址选择器

JUI

引入组件(具体参考 .d 文件)

import { ImageModal } from '@threeword/jui';

<ImageModal images={['图片地址1', '图片地址2']} />;

参与贡献

  • Fork 本仓库
  • 新建 Feature_xxx 分支
  • 提交代码
  • 新建 Pull Request