Skip to content

nodestrap/navscroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<Navscroll></Navscroll>

A navigation component to navigate within current page, based on scroll position.

Preview

<Navscroll targetRef={articleRef} theme='primary' size='lg' gradient={true} outlined={true}>
    <Item>Intro</ListItem>
    <Item>Installation</ListItem>
    <Item>Usage</ListItem>
    <Item>Examples</ListItem>
    // ...
</Navscroll>

Rendered to:

<nav class="c1 thPrimary szLg gradient outlined">
    <div>/* ... */</div>
    <div>/* ... */</div>
    <div>/* ... */</div>
</nav>

Features

Installation

Using npm:

npm i @nodestrap/navscroll

Support Us

If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.

We always maintain our projects as long as we're still alive.

[Make a donation]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published