feat(BOOK-768): Added UspCard component with stories and implemented it in blocks

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2026-01-28 07:47:15 +00:00
parent 22b0f71c16
commit 0d357a116b
10 changed files with 222 additions and 34 deletions

View File

@@ -20,7 +20,7 @@ const DEFAULT_ARGS = {
}
const meta: Meta<typeof InfoCard> = {
title: "Product Components/InfoCard",
title: "Core Components/Cards/InfoCard",
component: InfoCard,
argTypes: {
topTitle: {