UNPKG

@antmjs/vantui

Version:

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

20 lines 627 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__*/_jsx(View, { children: /*#__PURE__*/_jsxs(CellGroup, { inset: true, children: [/*#__PURE__*/_jsx(Cell, { title: "\u5355\u5143\u683C", value: "\u5185\u5BB9" }), /*#__PURE__*/_jsx(Cell, { title: "\u5355\u5143\u683C", value: "\u5185\u5BB9", label: "\u63CF\u8FF0\u4FE1\u606F" })] }) }); }