UNPKG

@antmjs/vantui

Version:

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

23 lines 671 B
import { View } from '@tarojs/components'; import { Tag } 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(Tag, { color: "#f2826a", children: "\u6807\u7B7E" }), /*#__PURE__*/_jsx(Tag, { color: "#7232dd", children: "\u6807\u7B7E" }), /*#__PURE__*/_jsx(Tag, { color: "#7232dd", plain: true, children: "\u6807\u7B7E" }), /*#__PURE__*/_jsx(Tag, { color: "#ffe1e1", textColor: "#ad0000", children: "\u6807\u7B7E" })] }); }