A versatile brand component for displaying LobeHub logo in various styles including 3D, flat, monochrome, text, and combined formats.
LobeHub
import { LobeHub } from '@lobehub/ui/brand';A versatile brand component for displaying LobeHub logo in various styles including 3D, flat, monochrome, text, and combined formats.
import { LobeHub } from '@lobehub/ui/brand';| Property | Description | Type | Default |
|---|---|---|---|
| type | The style variant of the LobeHub logo | '3d' | 'flat' | 'mono' | 'text' | 'combine' | '3d' |
| size | The size of the logo in pixels | number | 32 |
| extra | Additional text or element to display next to the logo | ReactNode | - |
| className | CSS class name | string | - |
| style | Inline style object | CSSProperties | - |



