Home Reference Source Repository
public class | source

Logo

Extends:

react~React.Component → Logo

Saiku <Logo /> component. This component should display a image the company.

Example:

<Logo
  src="dist/assets/images/saiku/logo-small.svg"
  width={40}
  height={40}
/>

Method Summary

Public Methods
public

render(): HTMLElement | Node | String

React components implement the render() method that takes input data and returns what to display.

Public Methods

public render(): HTMLElement | Node | String source

React components implement the render() method that takes input data and returns what to display. This method uses an XML-like syntax called JSX. Input data that is passed into the component can be accessed by render() via this.props.

Return:

HTMLElement | Node | String

An image the company.