Link
Link
Variants and States
|
LINK |
LINK BUTTON |
NORMAL |
Link
|
Link
|
DISABLED |
Link
|
Link
|
Usage
<nile-link button>
Link
<nile-icon slot="suffix" color="#005291" name="search"></nile-icon>
</nile-link>
Link
Slots
Name |
Description |
(default) |
The button's label. |
prefix |
A presentational prefix icon or similar element. |
suffix |
A presentational suffix icon or similar element. |
Attributes & Properties
Name |
Description |
Type |
Default |
disabled |
Disables the button. |
boolean |
false |
button |
It will change as button |
boolean |
false |
href |
link:relative or absolute |
string |
undefined |
Events
Name |
Description |
Event Detail |
nile-blur |
Emitted when the button loses focus. |
- |
nile-focus |
Emitted when the button gains focus. |
- |