Installation
Usage
Import the component from the components directory
Props Table
Prop | Type | Default |
---|---|---|
sections | OnThisPageSection[] | Required |
activeClassName | string | "text-white" |
inactiveClassName | string | "text-neutral-400 hover:text-white" |
indicatorClassName | string | "bg-gradient-to-b from-purple-400 to-purple-500" |
rootMargin | string | "-20% 0% -70% 0%" |
scrollBehavior | "smooth" | "auto" | "smooth" |
renderItem | (item: OnThisPageItem, isActive: boolean) => ReactNode | undefined |