v2.0.0

Design System

Here you'll find everything you need to create your interfaces, from basics to complex components and prebuilt templates. Back to previous design system

Current screen size
1280px / 867px

Cards Product

Composition variations

Defines a product card with various compositions.

Cards products with slider

Cards products with slider

Dark theme variations

List of arguments for cards product

Argument Type Description Possible Values
img string The URL of the product image.
title string The title of the product.
title-level number The HTML heading level for the product title. 1, 2, 3, 4, 5, 6
content string A brief description or content about the product.
stock boolean or string Indicates the status of the stock. 1, warning, error, highlight-primary, highlight-secondary
stock-message string The message to explicit the stock status.
in-promo string Indicates whether the product is on promotion. highlight
price string The price of the product.
price-promo string The promotional price of the product, if applicable.
icons-list array An array of icon names to display as features or highlights of the product (e.g., ['eco', 'recycle', 'discount-circle']).
href string The URL to the product page.
btn-size array Defines the size of the button. default, small
lightbox boolean Indicates whether the product image should open in a lightbox when clicked.
theme string Specifies the theme of the product card.
additional-classes string Custom CSS classes for styling extensions.