UNPKG

@antmjs/vantui

Version:

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

17 lines (16 loc) 452 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.jsx)(_vantui.Sticky, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Button, { type: "primary", style: "margin-left: 15px", children: "\u57FA\u7840\u7528\u6CD5" }) }); }