--- title: Link desc: Link adds the missing underline style to links. source: https://raw.githubusercontent.com/saadeghi/daisyui/refs/heads/master/packages/daisyui/src/components/link.css layout: components classnames: component: - class: link desc: Adds underline style: - class: link-hover desc: Only shows underline on hover color: - class: link-neutral desc: neutral color - class: link-primary desc: primary color - class: link-secondary desc: secondary color - class: link-accent desc: accent color - class: link-success desc: success color - class: link-info desc: info color - class: link-warning desc: warning color - class: link-error desc: error color --- ### ~Link ```html Click me ``` ### ~Link

Tailwind CSS resets the style of links by default.
Add "link" class to make it look like a again.

```html

Tailwind CSS resets the style of links by default.
Add "link" class to make it look like a normal link again.

``` ### ~Primary color ```html Click me ``` ### ~Secondary color ```html Click me ``` ### ~Accent color ```html Click me ``` ### ~Success color ```html Click me ``` ### ~Info color ```html Click me ``` ### ~Warning color ```html Click me ``` ### ~Error color ```html Click me ``` ### ~Show underline only on hover ```html Click me ```