UNPKG

@antmjs/vantui

Version:

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

11 lines 324 B
import { Sticky, Button } from '@antmjs/vantui'; import { jsx as _jsx } from "react/jsx-runtime"; export default function Demo() { return /*#__PURE__*/_jsx(Sticky, { children: /*#__PURE__*/_jsx(Button, { type: "primary", style: "margin-left: 15px", children: "\u57FA\u7840\u7528\u6CD5" }) }); }