Skip to content

TableOfContents

reference
1 min readUpdated

Kind: Component

Source: atloria-monorepo/packages/ui-react/src/components/TableOfContents.tsx

Props

NameTypeRequiredDefault
entriesTocEntry[]-
onNavigateFunction--
titlestring-"On This Page"
classNamestring-""
scrollOffsetnumber-80

Diagram

mermaid
graph 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?

Download as PDF