UNPKG

@antmjs/vantui

Version:

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

18 lines 535 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, { plain: true, type: "primary", children: "\u6734\u7D20\u6309\u94AE" }), /*#__PURE__*/_jsx(Button, { plain: true, type: "info", children: "\u6734\u7D20\u6309\u94AE" })] }); }