Blog

Adding a Table Of Contents#

If you want to have a table of contents inside the main document and not in the right side you can use the TableOfContents component

md
1
import { TableOfContents, } from 'dokz'
2
3
# My awesome title
4
5
Some introduction
6
7
<TableOfContents/>
8
9
## Another title
Previous
Preview React Components
Next
Adding seo
Adding a Table Of Contents