UNPKG

@antmjs/vantui

Version:

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

20 lines 574 B
import { SwipeCell, Button, CellGroup, Cell } from '@antmjs/vantui'; import { jsx as _jsx } from "react/jsx-runtime"; export default function Demo() { return /*#__PURE__*/_jsx(SwipeCell, { rightWidth: 75, leftWidth: 75, renderLeft: /*#__PURE__*/_jsx(Button, { children: "\u9009\u62E9" }), renderRight: /*#__PURE__*/_jsx(Button, { children: "\u5220\u9664" }), children: /*#__PURE__*/_jsx(CellGroup, { children: /*#__PURE__*/_jsx(Cell, { title: "\u5355\u5143\u683C", value: "\u5185\u5BB9" }) }) }); }