Sajari UI

Logomark

Use the <Logomark> component to easily render the Sajari logomark.

Import

Usage

Editable Example

Animated

An animated version is available using the animated prop. Animation is performed via CSS @keyframes.

Editable Example

Sizes

The size of the logomark can be set using the size prop.

ValuePixels
xs16
sm32
md48
lg64
xl96
2xl128
3xl256
Editable Example

Composition

Here's an example usage of the logomark.

Editable Example

Loading...

Props

Icon component composes Box so you can pass all Box props.

NameTypeDefaultDescription
sizexs, sm, md, lg, xl, 2xl, 3xllgThe size of the logomark.
animatedbooleanfalseWhether to animate the logomark.
flatbooleanfalseWhether to fill the logomark using currentColor rather than brand colors.
rolepresentation, imgpresentationThe html role of the icon.