FEAT: 🎉 Added <StaggeredMenu /> nav

This commit is contained in:
Utkarsh-Singhal-26
2025-09-05 11:08:36 +05:30
parent 0114eff2c1
commit fd81a14ed2
6 changed files with 1071 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// Highlighted sidebar items
export const NEW = ['Pixel Blast', 'Gradual Blur', 'Gradient Blinds', 'Bubble Menu', 'Prism', 'Plasma', 'Electric Border', 'Target Cursor', 'Pill Nav', 'Card Nav', 'Logo Loop', 'Prismatic Burst'];
export const NEW = ['Staggered Menu', 'Pixel Blast', 'Gradual Blur', 'Gradient Blinds', 'Bubble Menu', 'Prism', 'Plasma', 'Electric Border', 'Target Cursor', 'Pill Nav', 'Card Nav', 'Logo Loop', 'Prismatic Burst'];
export const UPDATED = [];
// Used for main sidebar navigation
@@ -64,6 +64,7 @@ export const CATEGORIES = [
name: 'Components',
subcategories: [
'Animated List',
'Staggered Menu',
'Masonry',
'Glass Surface',
'Magic Bento',