Create flow UX updates
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user