pub fn AnchorLink(props: AnchorLinkProps) -> impl IntoView
Expand description
§Required Props
- header:
Header
- href:
impl Into<String>
- The target of link.
§Optional Props
- children: [
Children
]
pub fn AnchorLink(props: AnchorLinkProps) -> impl IntoView
Header
impl Into<String>
Children
]