UNPKG

@antmjs/vantui

Version:

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

26 lines (25 loc) 788 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, { gap: 20, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { type: "primary", children: "\u6309\u94AE----1" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { type: "primary", children: "\u6309\u94AE----2" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { type: "primary", children: "\u6309\u94AE\u2014---3" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { type: "primary", children: "\u6309\u94AE----4" })] }); }