Appearance
AtLink v0.12.43
夏源庆
最后更新于 2025-11-18 14:57:11
文字超链接组件, 我只是想少写几个 props 而已
代码演示
基本用法
链接的状态
图标与状态
API
TIP
AtLinkProps 继承自 AtIconBtn Props,但排除了 tag、text 属性。
AtLink Props
| 名称 | 类型 | 默认值 | 说明 | 版本 |
|---|---|---|---|---|
| href | string | '' | 原生 href 属性 | |
| type | enum | 'primary' | 类型 | |
| disabled | boolean | undefined | 是否禁用 | |
| icon | string | Component | undefined | 链接图标 | |
| loading | boolean | undefined | 链接是否为加载中状态 | |
| at-icon-props | Omit<AtIconProps, 'icon'> & HTMLAttributes | undefined | AtIcon Props |
AtLink Slots
| 名称 | 参数 | 说明 | 版本 |
|---|---|---|---|
| default | () | 链接文本内容 |