UNPKG

@antmjs/vantui

Version:

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

22 lines 679 B
/* eslint-disable */ import { View } from '@tarojs/components'; import { CellGroup, Cell } from '@antmjs/vantui'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; export default function Demo() { return /*#__PURE__*/_jsxs(View, { children: [/*#__PURE__*/_jsx(CellGroup, { title: "\u5206\u7EC41", children: /*#__PURE__*/_jsx(Cell, { title: "\u5355\u5143\u683C", value: "\u5185\u5BB9" }) }), /*#__PURE__*/_jsx(CellGroup, { title: "\u5206\u7EC42", children: /*#__PURE__*/_jsx(Cell, { title: "\u5355\u5143\u683C", value: "\u5185\u5BB9" }) })] }); }