Logo

NearSt Logo

We have an SVG component version of our logo in the UI kit to make it easy to use this without having to worry about what image to use and updating these in the future.

Simply use the <Logo/> component to render the logo.

Example

The HQ logo is a special version of the logo that is used in the header of the HQ. It is available as a subcomponent of the logo, and can be used as <Logo.Small/>.

Example

Styling

The components both accept a color and a height prop:

Example

However, you might want to use the className prop instead, and use CSS modules to style the logo.