react-auto-toc
v2.0.0
Published
Automatically renders a table of contents, as well as highlights the active heading
Downloads
3
Readme
@react/table-of-contents
Automatically renders a table of contents, as well as highlights the active heading
Install
npm install --save @react/table-of-contents
Usage
import React, { Component } from 'react'
import MyComponent from '@react/table-of-contents'
import '@react/table-of-contents/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © architgarg