Skip to content

CodewithEvilxd/Indexify

Repository files navigation

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-indexify

Anatomy

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

About

An open-source React library for creating interactive table of contents for your web pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published