Logo
Typedefs
Logo ⇒ React.Element
A component that renders a logo in the header.
Kind: global functional component
Returns: React.Element
- A React component that displays a logo.
Param | Type | Description |
---|---|---|
props | props |
React component props |
props
Props for Logo
Kind: global typedef
Properties
Name | Type | Description |
---|---|---|
classes | Object |
An object containing the class names for the Logo component. |
classes.logo | string |
classes for logo |
height | number |
the height of the logo. |
For implementation details View Source.