February 2026 – New Components
Explore new glowing buttons, immersive cosmic backgrounds, sliding text effects.
- Stripe Button: Animated button with refined glow effects.
- Cosmic Background: Cosmic animated background with immersive depth.
- Slide Text: Sliding text animation with staggered motion.
- Showcase: An interactive showcase component with smooth transitions.
- Flex Navbar: Modern expandable navbar with smooth transitions.
- Infinite Canvas: Infinite draggable canvas with zoom support.
- Fancy Text: Refined text reveal with smooth character motion.
- FlipFlow: Looping flip cards with smooth flowing motion.
- DualSparks: Corner-based spark waves with smooth motion.
Stripe Button
Loading...
Cosmic Background
Loading...
Slide Text
Loading...
Showcase
Loading...
Flex Navbar
Loading...
Infinite Canvas
Loading...
Fancy Text
Loading...
FlipFlow
Loading...
DualSparks
Loading...
Refactors & fixes
FlexNavbar
20-01-2026, Improved Navigation Interaction
- Updated
FlexNavbarto automatically collapse when a navigation link is clicked. - Added a slight delay before closing the navbar to allow link interactions and transitions to feel smoother.
- Exposed the collapse behavior via a reusable
closeNavbarhandler and ensuredonExpandstays in sync.
Dropdown Menu
30-01-2026, Visual Updates and Mobile Fixes
- Updated color system: Light mode uses
#ffffffbackground with#f5f5f5hover, dark mode uses#262626background with#404040hover. - Added
animateprop toDropdownMenucomponent (default:true) to control all animations globally. - Fixed critical mobile bug where dropdown would auto-close immediately after opening on touch devices.
- Added
touchAction: "manipulation"to all interactive components to prevent tap delays and improve mobile responsiveness.