--- 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.
Tailwind CSS resets the style of links by default.
Add "link" class to make it look like a
normal link
again.