UNPKG

@antmjs/vantui

Version:

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

26 lines (25 loc) 789 B
"use strict"; 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"); function Demo() { return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.View, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Tag, { type: "primary", children: "\u6807\u7B7E" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Tag, { type: "success", children: "\u6807\u7B7E" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Tag, { type: "danger", children: "\u6807\u7B7E" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Tag, { type: "warning", children: "\u6807\u7B7E" })] }); }