0.0.2 • Published 9 months ago

suchi v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Suchi

An open-source React library to create an Index (Table of Contents) for your page.

text

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

0.0.2

9 months ago

0.0.1

11 months ago

0.0.0

11 months ago