We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using
<Button href="my/path">
does not work. Instead I need
<Button href="my/path" component="a">
which contradicts the documentation:
Link's href attribute, when specified will also be rendered as <a> element
<a>
Problem seems to originate from here:
konsta/src/svelte/components/Button.svelte
Line 18 in 8c6ff6f
The text was updated successfully, but these errors were encountered:
5c6defd
Awesome!
Sorry, something went wrong.
No branches or pull requests
Using
does not work. Instead I need
which contradicts the documentation:
Problem seems to originate from here:
konsta/src/svelte/components/Button.svelte
Line 18 in 8c6ff6f
The text was updated successfully, but these errors were encountered: