UNPKG

@antmjs/vantui

Version:

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

21 lines 604 B
/* eslint-disable */ import { View } from '@tarojs/components'; import { Button } 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(Button, { loading: true, type: "primary" }), /*#__PURE__*/_jsx(Button, { loading: true, type: "primary", loadingType: "spinner" }), /*#__PURE__*/_jsx(Button, { loading: true, type: "info", loadingText: "\u52A0\u8F7D\u4E2D..." })] }); }