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

Illustrations

dimension prop:
96x96

Basic example

Loading...
Live Code
<SpotSquare name="yieldCenterUSDC" />

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
<SpotSquare name="yieldCenterUSDC" 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
<SpotSquare name="yieldCenterUSDC" dimension="120x120" 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.