LinkButton

A button that acts like a link.

See @svizzle/ui's README for the full list of props.

Choose an example

Usage

<LinkButton
  href='https://svelte.dev'
  text='Navigate'
/>

Props

href

    "https://svelte.dev"

text

    "Navigate"