HeaderLink
Used to display links on header.
Props:
content
Description: Link text to display. Type: String. Required.
url
Description: Path to redirect. Type: String. Required.
style
Description: HeaderLink style. Type: CSS Properties.
className
Description: HeaderLink className. Type: String.
Code
<HeaderLinkComponent content='Header Link' url='/' style={{ color: theme.colors.primary }} />