A component that renders a 3D image of the LobeHub logo using a CDN-hosted asset.
Logo3d
import { Logo3d } from '@lobehub/ui/brand';A component that renders a 3D image of the LobeHub logo using a CDN-hosted asset.
import { Logo3d } from '@lobehub/ui/brand';| Property | Description | Type | Default | 
|---|---|---|---|
| size | The size of the logo in pixels or CSS units | number | string | '1em' | 
| alt | Alternative text for the image | string | 'LobeHub' | 
| className | CSS class name | string | - | 
| style | Inline style object | CSSProperties | - | 
Additionally, this component accepts most properties from the Img and Ant Design's Image components, except for width, height, and src.
