Link button is used to initiate standalone actions in cases where using a button impacts spacing, alignment, or overall aesthetics.
Link button is an action button with no padding which makes it easier to fit within the spacing and alignment constraints of modern web applications. It has the same interaction states and semantics of a button.
Default link button is blue in color. It is used when just enough attention of users is required.
Subtle link button is gray in color. It is used where drawing users’ attention is not necessary.
Link button can have an optional icon on the left or right.
Link button comes in 2 sizes - regular and small.
Link button comes in 5 states - default, hover, active, focus and disabled.
Property | Value(s) |
---|---|
Height | |
Icon size |
Property | Value(s) | Default value |
---|---|---|
Size | Regular | |
Subtle | False | |
Icon (optional) | <icon name> | |
Icon alignment | Left |
Subtle link button is used when there is a space constraint whereas transparent button is used when there is sufficient space and the clickable area needs to be larger.
Link button is used for performing actions whereas link is used for navigation.