The Logo component is used to display a logo with various types, including 3D, flat, high-contrast, text, and combined. It can also accept an additional React node to be rendered next to the logo.
The Logo component is used to display a logo with various types, including 3D, flat, high-contrast, text, and combined. It can also accept an additional React node to be rendered next to the logo.
import { Logo } from '@yuntijs/ui';| Name | Description | Type | Default |
|---|---|---|---|
| extra | Additional React Node to be rendered next to the logo | ReactNode | -- |
| size | Size of the logo in pixels | number | 32 |
| type | Type of the logo to be rendered | "img"|"text"|"combine" | "img" |