dumi-theme-lobehub
Version:
dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui
18 lines • 469 B
JavaScript
import { BrandLoading, LobeHubText } from '@lobehub/ui/brand';
import { memo } from 'react';
import { Center } from 'react-layout-kit';
import { jsx as _jsx } from "react/jsx-runtime";
export default /*#__PURE__*/memo(function () {
return /*#__PURE__*/_jsx(Center, {
flex: 1,
height: '100%',
style: {
minHeight: '50vh'
},
width: '100%',
children: /*#__PURE__*/_jsx(BrandLoading, {
size: 40,
text: LobeHubText
})
});
});