UNPKG

@antmjs/vantui

Version:

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

26 lines (24 loc) 810 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"); /* eslint-disable */ function Demo() { return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.View, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { color: "#7232dd", children: "\u5355\u8272\u6309\u94AE" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { color: "#7232dd", plain: true, children: "\u5355\u8272\u6309\u94AE" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { color: "linear-gradient(to right, #4bb0ff, #6149f6)", children: "\u6E10\u53D8\u8272\u6309\u94AE" })] }); }