Skip to main content

StatsCard

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

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

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

<StatsCard
value="200"
title="Title"
icon="shp-cart"
tooltip="Tooltip"
description="Description"
/>