UNPKG

@antmjs/vantui

Version:

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

26 lines (25 loc) 798 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.Tabs, { swipeable: true, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Tab, { title: "\u6807\u7B7E 1", children: "\u5185\u5BB9 1" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Tab, { title: "\u6807\u7B7E 2", children: "\u5185\u5BB9 2" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Tab, { title: "\u6807\u7B7E 3", children: "\u5185\u5BB9 3" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Tab, { title: "\u6807\u7B7E 4", children: "\u5185\u5BB9 4" })] }); }