npm.io
0.1.0 • Published 5 years ago

use-toc

Licence
MIT
Version
0.1.0
Deps
1
Size
2 kB
Vulns
0
Weekly
0

useToc

Create easy to use data for building table of content for you react component.

Installation

npm i use-toc

or

yarn add use-toc

Usage Example

import Toc from ".components/Toc";
import useToc from 'use-toc';

export default function App() {
  const toc = usesToc(".container h3");

  return (
    <div className="App">
      <Toc tocData={toc} />
      // ...
  )
}

Demo

Sand Box


Keywords