<ProductsUsed>
ComponentA ProductsUsed
<><div style={{ padding: '32px'}}><ProductsUsedproducts={[{name: 'waypoint',href: "https://www.hashicorp.com/"},{name: 'consul',href: "https://www.hashicorp.com/"},]}appearance={'light'}/></div><div style={{ padding: '32px', backgroundColor: '#151619' }}><ProductsUsedproducts={[{name: 'waypoint',href: "https://www.hashicorp.com/"},{name: 'consul',href: "https://www.hashicorp.com/"},]}appearance={'dark'}/></div></>
Name | Description |
---|---|
appearance string | Display on light or dark backgrounds. |
products object | Array of products or products with links. Only supports one or the other, not a mix of the two. Object contains nested props, see below: |
products.name* string | A lower-case product identifier to render the name of the product |
products.href string | Where the anchor element links to when clicked. |