FEAT: OCTOBER UPDATE

This commit is contained in:
Utkarsh-Singhal-26
2025-10-31 10:33:33 +05:30
parent 88948f5af4
commit 8d07c6b041
239 changed files with 2237 additions and 150 deletions

View File

@@ -1,139 +1,141 @@
// Highlighted sidebar items
export const NEW = ['Color Bends', 'Ghost Cursor', 'Laser Flow', 'Dome Gallery', 'Liquid Ether', 'Staggered Menu', 'Pixel Blast', 'Bubble Menu', 'Pill Nav', 'Card Nav'];
export const NEW = ['Color Bends', 'Ghost Cursor', 'Laser Flow', 'Liquid Ether', 'Pixel Blast'];
export const UPDATED = [];
// Used for main sidebar navigation
export const CATEGORIES = [
{
name: 'Get Started',
subcategories: ['Index']
},
{
name: 'Text Animations',
subcategories: [
'Split Text',
'Ascii Text',
'Blur Text',
'Circular Text',
'Shiny Text',
'Text Pressure',
'Curved Loop',
'Fuzzy Text',
'Gradient Text',
'Text Trail',
'Falling Text',
'Text Cursor',
'Decrypted Text',
'Ascii Text',
'Scramble Text',
'True Focus',
'Falling Text',
'Fuzzy Text',
'Glitch Text',
'Gradient Text',
'Rotating Text',
'Scroll Float',
'Scroll Reveal',
'Rotating Text',
'Glitch Text',
'Scroll Velocity',
'Scramble Text',
'Shiny Text',
'Split Text',
'Text Cursor',
'Text Pressure',
'Text Trail',
'Text Type',
'True Focus',
'Variable Proximity',
]
],
},
{
name: 'Animations',
subcategories: [
'Animated Content',
'Blob Cursor',
'Click Spark',
'Count Up',
'Crosshair',
'Cubes',
'Electric Border',
'Fade Content',
'Ghost Cursor',
'Glare Hover',
'Gradual Blur',
'Laser Flow',
'Noise',
'Splash Cursor',
'Logo Loop',
'Pixel Transition',
'Target Cursor',
'Ghost Cursor',
'Electric Border',
'Sticker Peel',
'Ribbons',
'Glare Hover',
'Magnet Lines',
'Count Up',
'Metallic Paint',
'Click Spark',
'Magnet',
'Cubes',
'Blob Cursor',
'Meta Balls',
'Image Trail',
'Magnet Lines',
'Metallic Paint',
'Noise',
'Pixel Transition',
'Ribbons',
'Shape Blur',
'Crosshair',
'Splash Cursor',
'Star Border',
]
'Sticker Peel',
'Target Cursor',
],
},
{
name: 'Components',
subcategories: [
'Animated List',
'Staggered Menu',
'Masonry',
'Glass Surface',
'Magic Bento',
'Scroll Stack',
'Profile Card',
'Card Nav',
'Pill Nav',
'Dock',
'Gooey Nav',
'Bounce Cards',
'Bubble Menu',
'Pixel Card',
'Card Nav',
'Card Swap',
'Carousel',
'Spotlight Card',
'Chroma Grid',
'Circular Gallery',
'Counter',
'Decay Card',
'Dock',
'Dome Gallery',
'Elastic Slider',
'Flowing Menu',
'Flying Posters',
'Folder',
'Card Swap',
'Glass Icons',
'Glass Surface',
'Gooey Nav',
'Infinite Menu',
'Infinite Scroll',
'Tilted Card',
'Glass Icons',
'Decay Card',
'Dome Gallery',
'Flowing Menu',
'Elastic Slider',
'Magic Bento',
'Masonry',
'Pixel Card',
'Pill Nav',
'Profile Card',
'Rolling Gallery',
'Scroll Stack',
'Spotlight Card',
'Stack',
'Chroma Grid',
'Staggered Menu',
'Stepper',
'Bounce Cards',
'Counter',
'Rolling Gallery'
]
'Tilted Card',
],
},
{
name: 'Backgrounds',
subcategories: [
'Color Bends',
'Prism',
'Aurora',
'Balatro',
'Ballpit',
'Beams',
'Pixel Blast',
'Color Bends',
'Dark Veil',
'Dither',
'Gradient Blinds',
'Prismatic Burst',
'Dot Grid',
'Hyperspeed',
'Faulty Terminal',
'Plasma',
'Galaxy',
'Gradient Blinds',
'Grid Distortion',
'Grid Motion',
'Hyperspeed',
'Iridescence',
'Letter Glitch',
'Lightning',
'Light Rays',
'Liquid Chrome',
'Liquid Ether',
'Orb',
'Particles',
'Pixel Blast',
'Plasma',
'Prism',
'Prismatic Burst',
'Ripple Grid',
'Silk',
'Lightning',
'Balatro',
'Letter Glitch',
'Particles',
'Waves',
'Squares',
'Iridescence',
'Threads',
'Grid Motion',
'Orb',
'Ballpit',
'Liquid Chrome',
'Grid Distortion',
'Galaxy',
'Light Rays',
]
}
'Waves',
],
},
];