Link (链接)
样式化链接,经由注入的链接组件渲染(Nuxt 下为 NuxtLink)。
基础用法
属性
| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| className | string | "" | |
| color | KunUIColor | "primary" | |
| href | string | undefined | |
| isShowAnchorIcon | boolean | false | |
| rel | string | "" | |
| size | KunUISize | "md" | |
| target | "_self" | "_blank" | "_parent" | "_top" | "_self" | |
| to | string | Record<string, string> | "" | |
| underline | "none" | "always" | "hover" | "always" |