@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
27 lines (25 loc) • 748 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, {
loading: true,
type: "primary"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, {
loading: true,
type: "primary",
loadingType: "spinner"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, {
loading: true,
type: "info",
loadingText: "\u52A0\u8F7D\u4E2D..."
})]
});
}
;