suchi
v0.0.2
Published
Index for your articles
Downloads
16
Readme
Suchi
An open-source React library to create an Index (Table of Contents) for your page.
View Source Report an issue View on npm
https://github.com/user-attachments/assets/f5397abe-00f5-45b9-a0d5-d83b85f74a96
Installation
npm i suchi
Anatomy
import Suchi from "suchi";
<Suchi.Root accentColor>
<Suchi.Header></Suchi.Header>
<Suchi.ReadTime />
<Suchi.Section>
<Suchi.SectionHeader />
<Suchi.Content>
<Suchi.Reference />
</Suchi.Content>
</Suchi.Section>
</Suchi.Root>;
Contributions
Suchi is a open source project and you can contribute to Suchi by following our Contributing Guidelines or by Reporting a Bug