pub fn Link(props: LinkProps) -> Element
Link component for text hyperlinks
rsx! { Link { link_type: LinkType::Primary, href: Some("https://example.com".to_string()), "Visit" } }