@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
27 lines (25 loc) • 789 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = Demo;
var _components = require("@tarojs/components");
var _vantui = require("@antmjs/vantui");
var _jsxRuntime = require("react/jsx-runtime");
/* eslint-disable */
function Demo() {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.View, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, {
icon: "wechat-pay",
type: "primary"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, {
icon: "weibo",
type: "primary",
children: "\u6309\u94AE"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, {
icon: "https://antm-js.gitee.io/resource/antmjs-vantui.jpg",
type: "info",
children: "\u6309\u94AE"
})]
});
}
;