Product card

An e-commerce product card.

Aeron Ergonomic Chair

Furniture

Aeron Ergonomic Chair

$1,395.00

Sale

Wireless Headphones
Sale

Audio

Wireless Headphones

$249.00was $349.00save -29%

With rating

Classic Leather Backpack

Bags

Classic Leather Backpack

4.5(128)
$129.00

API reference

Inputs

PropTypeDefaultDescription
titlestring''Product title shown as the card heading.
hrefstring''Optional link; when set the title becomes an anchor to this URL.
imagestring''Source URL of the product image.
imageAltstring''Alt text for the image; falls back to the title when empty.
pricenumber | nullnullCurrent price; hides the price block when null.
compareAtnumber | nullnullOriginal price for showing a strikethrough and discount.
currencystring'$'Currency symbol prefixed to the price.
badgestring''Badge text; auto-coloured for sale/new keywords.
categorystring''Small category label shown above the title.
ratingnumber | nullnullStar rating value; hides the rating row when null.
reviewsnumber | nullnullReview count shown next to the rating, when set.
wishlistbooleanfalseWhether to show the wishlist (heart) toggle button.
wishlistLabelstringAccessible label override for the wishlist toggle button.
addToCartLabelstringText of the default add-to-cart button. Falls back to `provideBuiLabels`.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.