An open-source React library for creating interactive table of contents for your web pages.
View Source Report an issue View on npm
npm i rajdev-indexifyimport 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>;Indexify is an open source project and you can contribute to Indexify by following our Contributing Guidelines or by Reporting a Bug