rajdev-indexify
v1.0.2
Published
A React library for creating interactive table of contents for your web pages
Maintainers
Readme
Indexify
An open-source React library for creating interactive table of contents for your web pages.
View Source Report an issue View on npm
Installation
npm i rajdev-indexifyAnatomy
import Indexify from "rajdev-indexify";
<Indexify.Root accentColor>
<Indexify.Header></Indexify.Header>
<Indexify.ReadTime />
<Indexify.Section>
<Indexify.SectionHeader />
<Indexify.Content>
<Indexify.Reference />
</Indexify.Content>
</Indexify.Section>
</Indexify.Root>;Contributions
Indexify is an open source project and you can contribute to Indexify by following our Contributing Guidelines or by Reporting a Bug
