UNPKG

@antmjs/vantui

Version:

一套适用于Taro3及React的vantui组件库

21 lines 645 B
/* eslint-disable */ import { View } from '@tarojs/components'; import { Button } from '@antmjs/vantui'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; export default function Demo() { return /*#__PURE__*/_jsxs(View, { children: [/*#__PURE__*/_jsx(Button, { icon: "wechat-pay", type: "primary" }), /*#__PURE__*/_jsx(Button, { icon: "weibo", type: "primary", children: "\u6309\u94AE" }), /*#__PURE__*/_jsx(Button, { icon: "https://antm-js.gitee.io/resource/antmjs-vantui.jpg", type: "info", children: "\u6309\u94AE" })] }); }