UNPKG

@antmjs/vantui

Version:

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

22 lines 695 B
import { View } from '@tarojs/components'; import { Progress } 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(Progress, { pivotText: "\u6A59\u8272", color: "#f2826a", percentage: "25" }), /*#__PURE__*/_jsx(Progress, { pivotText: "\u7EA2\u8272", color: "#ee0a24", percentage: "50" }), /*#__PURE__*/_jsx(Progress, { percentage: "75", pivotText: "\u7D2B\u8272", pivotColor: "#7232dd", color: "linearGradient(to right, #be99ff, #7232dd)" })] }); }