Merge pull request #45 from onmax/animated-list

Add AnimatedList component
This commit is contained in:
David
2025-07-19 19:24:33 +03:00
committed by GitHub
5 changed files with 314 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ export const CATEGORIES = [
{
name: 'Components',
subcategories: [
'Animated List',
'Masonry',
'Profile Card',
'Dock',