Create flow UX updates

This commit is contained in:
adilallo
2026-04-11 00:22:02 -06:00
parent ec5afd1464
commit a5c6b8971f
33 changed files with 1010 additions and 931 deletions
@@ -21,6 +21,7 @@ const CardStackContainer = memo<CardStackProps>(
title = "",
description = "",
layout = "default",
headerLockupSize,
className = "",
}) => {
const [internalExpanded, setInternalExpanded] = useState(false);
@@ -74,6 +75,7 @@ const CardStackContainer = memo<CardStackProps>(
title={title}
description={description}
layout={layout}
headerLockupSize={headerLockupSize}
className={className}
/>
);