A loading component that displays animated brand text logos, such as LobeHub or LobeChat, with a loading animation effect.
BrandLoading
import { BrandLoading } from '@lobehub/ui/brand';A loading component that displays animated brand text logos, such as LobeHub or LobeChat, with a loading animation effect.
import { BrandLoading } from '@lobehub/ui/brand';| Property | Description | Type | Default |
|---|---|---|---|
| text | The text logo component to be displayed with loading animation | FC<SvgProps & DivProps & { size?: number }> | Required |
| size | The size of the logo in pixels | number | - |
| className | CSS class name | string | - |
| style | Inline style object | CSSProperties | - |