UNPKG

@antmjs/vantui

Version:

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

23 lines (22 loc) 666 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = Demo; var _vantui = require("@antmjs/vantui"); var _jsxRuntime = require("react/jsx-runtime"); function Demo() { return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_vantui.Space, { direction: "vertical", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { type: "primary", children: "\u6309\u94AE1" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { type: "primary", children: "\u6309\u94AE2" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { type: "primary", children: "\u6309\u94AE3" })] }); }