Getting Started
Installation
pnpm i suchi
Usage
Import Suchi into your component and use it accordingly.
import Suchi from "suchi";
<Suchi.Root accentColor>
<Suchi.Index />
<Suchi.Header/>
<Suchi.Section>
<Suchi.SectionHeader/>
<Suchi.Content>
<Suchi.Reference/>
</Suchi.Content>
<Suchi.Section>
</Suchi.Root>
Learn more about using each Suchi component in the following section.