Card compact and expanded template

This commit is contained in:
adilallo
2026-02-11 22:02:10 -07:00
parent f60df15c2b
commit b2ed1d438c
44 changed files with 1920 additions and 48 deletions
@@ -10,6 +10,7 @@ const CreateContainer = memo<CreateProps>(
onClose,
title,
description,
headerContent,
children,
footerContent,
showBackButton = true,
@@ -113,6 +114,7 @@ const CreateContainer = memo<CreateProps>(
onClose={onClose}
title={title}
description={description}
headerContent={headerContent}
// eslint-disable-next-line react/no-children-prop
children={children}
footerContent={footerContent}