Capítulo 6 de 11
Navbars, docks, and sidebars — the chrome components users navigate the site with, most of them reacting to scroll or hover.
| Name | Purpose | Install |
|---|---|---|
| Floating Navbar | Sticky navbar that hides on scroll-down, reveals on scroll-up | npx shadcn@latest add @aceternity/floating-navbar |
| Navbar Menu | Navbar whose children animate open on hover ("big nav") | npx shadcn@latest add @aceternity/navbar-menu |
| Notch | Floating configurable notch (top or bottom) with animated active-item state | npx shadcn@latest add @aceternity/notch |
| Resizable Navbar | Navbar that changes width on scroll | npx shadcn@latest add @aceternity/resizable-navbar |
| Sidebar | Expandable sidebar (hover to expand), responsive, dark-mode aware | npx shadcn@latest add @aceternity/sidebar |
| Following Pointer | Custom cursor that follows the mouse and animates its content | npx shadcn@latest add @aceternity/following-pointer |
| Layout Text Flip | Text-flip effect that reflows surrounding layout as it changes | npx shadcn@latest add @aceternity/layout-text-flip |