LogoText()
ts
function LogoText(__namedParameters): Element;Defined in: components/logo-text.tsx:30
Text-only version of the logo.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | LogoTextProps |
Returns
Element
React Component
Remarks
This component renders only the textual part of the logo without the icon. It can be used independently or combined with LogoIcon.
Built on top of MUI's SvgIcon.
Since
1.1.0
Author
Simon Kovtyk