## Link Texto con hipervinculo ### Básico Texto con hipervinculo básico :::demo ```html
default primary success warning danger info
``` ::: ### Deshabilitar Deshabilita el hipervinculo :::demo ```html
default primary success warning danger info
``` ::: ### Subrayado Subrayado del hipervinculo :::demo ```html
Without Underline With Underline
``` ::: ### Icono Hipervinculo con icono :::demo ```html
Edit Check
``` ::: ### Atributos | Atributo | Descripción | Tipo | Opciones | Por defecto | | --------- | ---------------------------------------------------- | ------- | ------------------------------------------- | ----------- | | type | tipo | string | primary / success / warning / danger / info | default | | underline | si el hipervinculo estara subrayado | boolean | — | true | | disabled | si el componente esta deshabilitado | boolean | — | false | | href | lo mismo que el valor nativo del hipervinculo `href` | string | — | - | | icon | nombre de clase del icono | string | — | - |