mirror of
https://github.com/supabase/supabase.git
synced 2026-06-19 19:47:55 +08:00
* test fuma toc * make toc work * ok toc * ui-patterns toc * fix types * cleanup * fix overflow issues * cleanup * fix loading w * Update apps/docs/components/GuidesTableOfContents.tsx * fix prettier * format * install deps * target ES2018 * tweak regex * update docs test snapshots * fix useSubscribeTocRerender
19 lines
393 B
Plaintext
19 lines
393 B
Plaintext
---
|
|
title: Table of Contents (TOC)
|
|
description: List of page anchors for the current page.
|
|
component: true
|
|
fragment: true
|
|
---
|
|
|
|
## Usage
|
|
|
|
Highlight one or more elements of the TOC if in view.
|
|
|
|
<ComponentPreview name="toc-demo" description="" peekCode wide />
|
|
|
|
## Single=true
|
|
|
|
Highlight one element of the TOC at a time.
|
|
|
|
<ComponentPreview name="toc-single-demo" description="" peekCode wide />
|