0.0.4 • Published 2 years ago

@smallprogram/taro-ui v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@agent/taro-ui

文档

API文档(点击跳转)

安装

npm install @agent/taro-ui

使用

在.tsx文件中引入组件

import { AgInput } from '@agent/taro-ui'

在.scss文件中引入样式

@import "~@agent/taro-ui/dist/style/components/input";

组件

  • AgInput - 输入框组件
  • AgImageCropper - 图片剪裁组件
  • AgCropper - 图片剪裁组件
  • AgIcon - 图标组件
  • AgFilePicker - 文件选择器组件
  • AgActionSheet - 操作面板组件
  • AgPicker - 选择器组件