# Primary color
链接将缺失的下划线样式添加到链接中。
类名 | 类型 | |
---|---|---|
link | 组件类 | Adds underline to a text |
link-neutral | 装饰类 | Link with `neutral` color |
link-primary | 装饰类 | Link with `primary` color |
link-secondary | 装饰类 | Link with `secondary` color |
link-accent | 装饰类 | Link with `accent` color |
link-success | 装饰类 | Link with `success` color |
link-info | 装饰类 | Link with `info` color |
link-warning | 装饰类 | Link with `warning` color |
link-error | 装饰类 | Link with `error` color |
link-hover | 装饰类 | Only show underline on hover |
Tailwind CSS resets the style of links by default.
Add "link" class to make it look like a
again.