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"
A button that acts like a link.
See @svizzle/ui's README for the full list of props.
<LinkButton href='https://svelte.dev' text='Navigate' />
href
text