UNPKG

@antmjs/vantui

Version:

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

12 lines 344 B
import { Sticky, Button } from '@antmjs/vantui'; import { jsx as _jsx } from "react/jsx-runtime"; export default function Demo() { return /*#__PURE__*/_jsx(Sticky, { offsetTop: 50, children: /*#__PURE__*/_jsx(Button, { type: "primary", style: "margin-left: 120px", children: "\u5438\u9876\u8DDD\u79BB" }) }); }