UNPKG

@antmjs/vantui

Version:

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

22 lines (21 loc) 657 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = Demo; var _vantui = require("@antmjs/vantui"); var _jsxRuntime = require("react/jsx-runtime"); function Demo() { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Grid, { columnNum: "3", border: false, children: [1, 2, 3].map(function (index) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.GridItem, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vantui.Image, { style: "width: 100%; height: 90px;", src: "https://img.yzcdn.cn/vant/apple-".concat(index + 1, ".jpg") }) }, index); }) }); }