Fluid Navbar
▧ BlocksFluid navigation bar with GSAP Flip animations and spark border effects.
navbarnavigationfluidgsapflipdropdownresponsiveblock
No preview available
GSAP Flip + Canvas Spark Border ~ Hover to Explore
Controls
#8b5cf6
Fluid navigation bar with GSAP Flip animations and spark border effects.
No preview available
GSAP Flip + Canvas Spark Border ~ Hover to Explore
Blocks / React Component
Fluid navigation bar with GSAP Flip animations and spark border effects.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/fluid-navbar.json?key=YOUR_LICENSE_KEY" import { FluidNavbar } from './FluidNavbar';
// Also copy spark-engine.ts to the same directory
export default function Example() {
return <FluidNavbar accentColor="#8b5cf6" />;
}