Skip to main content

ReviewCard

To implement ReviewCard component into your project you'll need to add the import:

import { ReviewCard } from "@shoptet/ui";

After adding import into your project you can use it simply like:

<ReviewCard
title="Review title"
content={predefinedArgTypes.string.mapping['"Lorem ipsum" (L)']}
description="React Developer"
name="Jane Doe"
src={generateSvgPlaceholder(200, 200)}
/>