Nav Button

A button for navigation bar

import '@wevisdemo/ui/styles/nav-button.css';
import WvNavButton from '@wevisdemo/ui/{react,vue,svelte}/nav-button';
<WvNavButton>About</WvNavButton>

Props

NameTypeDefault
activebooleanfalse
darkbooleanfalse
onClick() => void | undefinedundefined

Slot / Children

Button content

Examples

Active button

<WvNavButton active>About</WvNavButton>

With dark theme

<WvNavButton dark active>About</WvNavButton>
<WvNavButton dark>Report</WvNavButton>