Link
DaisyUILink adds the missing underline style to links.
Basic Link
I am a simple linkHover Style
Only shows underline on hover.
I have hover styleColors
Different semantic colors.
Code Example
use rsxui::components::{Link, LinkStyle, Color};use rsx_macros::rsx;let html = rsx! { <Link href="https://example.com" color=Color::Primary> "Click me" </Link>};Created by Isak Rickyanto@2026