@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
30 lines (29 loc) • 772 B
JavaScript
;
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, {
justify: "center",
block: true,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, {
type: "primary",
children: "\u6309\u94AE1"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, {
type: "warning",
style: {
height: '50px'
},
children: "\u6309\u94AE2"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, {
type: "danger",
style: {
height: '80px'
},
children: "\u6309\u94AE3"
})]
});
}