@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
29 lines (27 loc) • 751 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = Demo;
var _components = require("@tarojs/components");
var _jsxRuntime = require("react/jsx-runtime");
/* eslint-disable */
function Demo() {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.View, {
className: "van-hairline--top",
style: {
width: '200px',
marginBottom: '20px'
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.View, {
className: "van-hairline--surround",
style: {
width: '200px',
marginBottom: '20px',
height: '200px'
},
children: "\u5168\u8FB9\u6846"
})]
});
}