@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
1 lines • 761 B
Source Map (JSON)
{"version":3,"file":"Loading.mjs","names":["Loading: FC<{ size?: number }>","Center","Icon"],"sources":["../../../src/brand/LogoThree/Loading.tsx"],"sourcesContent":["import { Loader2 } from 'lucide-react';\nimport { type FC } from 'react';\n\nimport { Center } from '@/Flex';\nimport Icon from '@/Icon';\n\nconst Loading: FC<{ size?: number }> = ({ size = 32 }) => {\n return (\n <Center height={'100%'} justify={'center'} style={{ position: 'absolute' }} width={'100%'}>\n <Icon icon={Loader2} size={size} spin />\n </Center>\n );\n};\n\nexport default Loading;\n"],"mappings":";;;;;;AAMA,MAAMA,WAAkC,EAAE,OAAO,SAAS;AACxD,QACE,oBAACC;EAAO,QAAQ;EAAQ,SAAS;EAAU,OAAO,EAAE,UAAU,YAAY;EAAE,OAAO;YACjF,oBAACC;GAAK,MAAM;GAAe;GAAM;IAAO;GACjC;;AAIb,sBAAe"}