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" />

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)

Description text for the second product card.
- [Learn more](https://example.com/)
Parameters
-
slots: Content structure per card
"icon, text, buttons"- Icon with description and action buttons
-
repeat: Number of product cards to display
- Set to match the number of card content blocks provided
-
Icon size: SVG icons recommended for best quality
Content Structure
Each product card requires the following content in order:
- Icon: An image (preferably SVG) representing the product or technology
- Text: A paragraph describing the product, its features, or benefits
- Buttons: A list of links that will render as action buttons
Example
data-slots=icon, text, buttons
data-repeat=2
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.
This is a sample description for the second product card. Include relevant information about the product capabilities and how it can help developers.