LinkButton
This component provides an element resembling an anchor that purely acts as a click target with no navigation as result. It can also be used inline in text.
Import
Usage
EDITABLE EXAMPLE
Props
Name | Type | Default | Description |
---|---|---|---|
disabled | boolean | If true , the link button will be disabled. This sets aria-disabled=true and you can style this state by using the _disabled prop. | |
onClick | function | A callback called when the link button is clicked. |