zent
Version:
一套前端设计语言和基于React的实现
19 lines (13 loc) • 516 B
Markdown
title: Link
path: component/link
group: Basics
## Link
Link is a wrapper around native `a` tag, with an option to disable it.
### API
Supports all props in `<a>`.
| Property | Description | Type | Required | Default | Alternative |
| -------- | ---------------------- | --------- | -------- | ------- | ----------- |
| disabled | Link is disabled | `boolean` | No | `false` | `true` |
| weak | Link is weak displayed | `boolean` | No | `false` | `true` |