@nodestrap/nav-button

A clickable component for navigation.

Usage no npm install needed!

<script type="module">
  import nodestrapNavButton from 'https://cdn.skypack.dev/@nodestrap/nav-button';
</script>

README

<NavButton></NavButton>

A clickable component for navigation.

Preview

<NavButton tag='a' theme='primary' size='lg' gradient={true} outlined={true} press={true} onClick={() => alert('hello world')} >
    <Link to='about'>
        click me
    </Link>
</NavButton>

Rendered to:

<a class="c1 thPrimary szLg gradient outlined pressed">
    click me
</a>

Features

Installation

Using npm:

npm i @nodestrap/nav-button

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]