Navigation
Documentation / CAUSE/Navigation
default
const default: React.FC;
Defined in: app/components/CAUSE/Navigation.tsx:37
Navigation - Main navigation component for the Rights Institute
Provides a responsive navigation interface that adapts to scroll position and screen size. When not scrolled, shows a full navigation bar. When scrolled, shows a floating hamburger menu. Includes smooth scrolling to all major sections with visual feedback and animations.
Component
Returns
The navigation interface with menu and scroll functionality
Example
<Navigation />