## Link
Text hyperlink
### Basic
Basic text link
:::demo
```html
  default
  primary
  success
  warning
  danger
  info
```
:::
### Disabled
Disabled state of link
:::demo
```html
  default
  primary
  success
  warning
  danger
  info
```
:::
### Underline
Underline of link
:::demo
```html
  Without Underline
  With Underline
```
:::
### Icon
Link with icon
:::demo
```html
  Edit
  Check 
```
:::
### Attributes
| Attribute | Description                         | Type    | Options                                     | Default |
| --------- | ----------------------------------- | ------- | ------------------------------------------- | ------- |
| type      | type                                | string  | primary / success / warning / danger / info | default |
| underline | whether the component has underline | boolean | —                                           | true    |
| disabled  | whether the component is disabled   | boolean | —                                           | false   |
| href      | same as native hyperlink's `href`   | string  | —                                           | -       |
| icon      | class name of icon                  | string  | —                                           | -       |