Taroify 移动端组件库 (极力推荐)

Taroify 移动端组件库 (极力推荐)_第1张图片

介绍

Taroify 是移动端组件库 Vant 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。

安装

  • 通过 npm 安装
npm i @taroify/core -S --production
  • 通过 yarn 安装
yarn add @taroify/core --production

使用组件

import { Button } from "@taroify/core"

function ButtonExample() {
  return <Button color="primary">按钮</Button>
}

Taroify 移动端组件库 (极力推荐)_第2张图片

微信交流群

Taroify 移动端组件库 (极力推荐)_第3张图片

链接

  • 文档地址
  • 更新日志
  • 意见反馈

你可能感兴趣的:(实用代码和软件工具,小程序,微信)