# LogoWordMark The full Coinbase logo with text for branding. ## Import ```tsx import { LogoWordmark } from '@coinbase/cds-web/icons/LogoWordmark' ``` ## Examples ### Basic usage ```tsx live ``` ### Foreground Variations ```tsx live Default (brand blue in light mode, white in dark mode) Foreground (high contrast black in light mode, white in dark mode) ``` ### Sizing LogoWordmark doesn't have a `size` prop. Instead, control its size by setting the width or height of its container. The component will automatically maintain its aspect ratio. ```tsx live Small (24px height) Medium (40px height) Large (60px height) Width-constrained (150px width) ``` ## Props | Prop | Type | Required | Default | Description | | --- | --- | --- | --- | --- | | `foreground` | `boolean` | No | `-` | - |