Skip to content
Harness Design System Harness Design System Harness Design System

Logo

beta

The LogoV2 component contains logos of various brands and can be used as icons. It follows the brand guidelines to choose colors.

Usage

<LogoV2 name="node-js" size="lg" />

Sizes

The LogoV2 component can be sized using the size prop.

API Reference

<LogoV2
name="logo-name" // name of the logo
size="lg" // [OPTIONAL] size variant of the logo
className="my-class" // [OPTIONAL] custom class name
/>
Prop
Required
Default
Type
nametruestring
sizefalse'lg' 'xs' |'sm' | 'md' | 'lg'
classNamefalsestring
originalfalsetrueboolean