# SubBrandLogoWordMark Coinbase sub-brand logo wordmarks for specialized branding. ## Import ```tsx import { SubBrandLogoWordmark } from '@coinbase/cds-web/icons/SubBrandLogoWordmark' ``` ## Examples ### Basic usage ```tsx live ``` ### Different Sub-Brand Types ```tsx live Wallet Advanced Commerce ``` ### 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 SubBrandLogoWordmark 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 | | --- | --- | --- | --- | --- | | `type` | `keyof SubBrandLogoDataByType \| advanced \| derivativesExchange \| prime` | Yes | `-` | - | | `foreground` | `boolean` | No | `-` | - |