Skip to main content

Link

Function Link 

Source
pub fn Link(props: LinkProps) -> Element
Expand description

Link component for text hyperlinks

§Example

rsx! {
    Link { link_type: LinkType::Primary, href: Some("https://example.com".to_string()), "Visit" }
}