UNPKG

@gizwits/vantui

Version:

机智云组件库

21 lines 541 B
import { View, Text } from '@tarojs/components'; import { jsx as _jsx } from "react/jsx-runtime"; export var GizwitsCmp = function GizwitsCmp() { return /*#__PURE__*/_jsx(View, { style: { width: '100%', height: 40, backgroundColor: '#ccc', justifyContent: 'center', alignItems: 'center', display: 'flex' }, children: /*#__PURE__*/_jsx(Text, { style: { color: 'red' }, children: "\u673A\u667A\u4E91\u4E1A\u52A1\u7EC4\u4EF6" }) }); }; export default GizwitsCmp;