Kind: Component
Source: atloria-monorepo/packages/ui-react/src/components/TableOfContents.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
entries | TocEntry[] | ✓ | - |
onNavigate | Function | - | - |
title | string | - | "On This Page" |
className | string | - | "" |
scrollOffset | number | - | 80 |
Diagram
mermaidgraph TD component_TableOfContents_1fddc5c5["TableOfContents"] class component_TableOfContents_1fddc5c5 rootComponent
Relationships
- RENDERS →
ChevronDown - RENDERS →
ChevronRight - RENDERS →
X - RENDERS →
List - USES_HOOK →
useState - USES_HOOK →
useMemo - USES_HOOK →
useActiveSection - USES_HOOK →
useCallback
Was this page helpful?