feat(Stagger): staggered slide-in for list items

This commit is contained in:
Ilia Mashkov
2026-07-14 10:35:49 +03:00
parent 59304f4ae3
commit 7c6da0ca73
10 changed files with 188 additions and 24 deletions
+1
View File
@@ -13,5 +13,6 @@ export { Modal, type ModalHandle } from './Modal';
export { RichText } from './RichText';
export type { ContainerSize, SectionBackground } from './Section';
export { Container, Section } from './Section';
export { Stagger } from './Stagger';
export { TechStackBrick, TechStackGrid } from './TechStack';
export { ViewTransitionWrapper } from './ViewTransitionWrapper';