Skip to main content
Version: v6.8.1

Listing Card

Listing Card

Preview

Listing card preview

API

PropertyTypeIs RequiredDefault
productProduct Typetrue
classNamestrtingfalse
titleReactNodefalse
childrenReactNodefalse

Product Type

src/components/cards/listing-card.tsx
type Product = {
city: string;
country: string;
thumbnail: any;
rating: number;
ratingCount: number;
hostname: string;
features: string[];
price: {
original: string;
sale: string;
};
tag: string;
};