Name
Type
Default
Description
variant string 'default' This defines which variant of the link button component from your theme configuration will be applied.
css string Extra css classes you would like to have applied to the main link button component.
href string Hyperlink reference.
disabled boolean false Will prevent the link from navigating you to the href. When disabled the component will look for a variant either called "{variant}-disabled" or "disabled"
on:click VoidFunction A function that will be called on click of the button.