Skip to main content
SpotRectangle
@coinbase/cds-web@8.13.6
A rectangular illustration component for displaying spot graphics.
Import
import { SpotRectangle } from '@coinbase/cds-web/illustratations/SpotRectangle'
ChangelogView changelogSourceView source codeStorybookView StorybookFigmaView Figma

Illustrations

dimension prop:
240x120

Basic example

Loading...
Live Code
<SpotRectangle name="creditCardExcitement" />

scaleMultiplier prop

If no predefined dimensions fit your use case, you can use the scaleMultiplier prop to scale the illustration.

Use scaleMultiplier sparingly and with caution. We have predefined dimensions to ensure that illustrations scale elegantly.

Loading...
Live Code
<SpotRectangle name="creditCardExcitement" scaleMultiplier={1.5} />

Scaling with dimension

If dimension and scaleMultiplier are both provided the component will scale based on the provided dimension.

Loading...
Live Code
<SpotRectangle name="creditCardExcitement" dimension="240x120" scaleMultiplier={1.5} />

Is this page useful?

Coinbase Design is an open-source, adaptable system of guidelines, components, and tools that aid the best practices of user interface design for crypto products.