UNPKG

@antmjs/vantui

Version:

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

13 lines 414 B
/* eslint-disable */ import { View } from '@tarojs/components'; import { Divider } from '@antmjs/vantui'; import { jsx as _jsx } from "react/jsx-runtime"; export default function Demo() { return /*#__PURE__*/_jsx(View, { children: /*#__PURE__*/_jsx(Divider, { contentPosition: "center", style: "color: #1989fa; borderColor: #1989fa; fontSize: 18px;", children: "\u6587\u672C" }) }); }