Product Card Block

Display product or technology information in a styled card format with an icon, description text, and action buttons.

Syntax

<Product-Card slots="icon, text, buttons" repeat="2" />

![Product Icon](path/to/icon.svg)

Description text for the product or technology goes here. This can include multiple sentences describing the features and benefits.

- [Learn more](https://example.com/)
- [View Docs](https://example.com/docs)

![Product Icon](path/to/icon2.svg)

Description text for the second product card.

- [Learn more](https://example.com/)

Parameters

Content Structure

Each product card requires the following content in order:

  1. Icon: An image (preferably SVG) representing the product or technology
  2. Text: A paragraph describing the product, its features, or benefits
  3. Buttons: A list of links that will render as action buttons

Example

data-slots=icon, text, buttons
data-repeat=2
Product Icon
This is a sample description for the first product card. Add details about the product features, benefits, and use cases to help users understand what this product offers.
Product Icon
This is a sample description for the second product card. Include relevant information about the product capabilities and how it can help developers.