Components

ExternalLink

<ExternalLink href color noIcon children className />

Constructor

Link component for external targets.

PropTypes:
Name Type Required Description Default
href string Yes Target URL
color string No Text color 'secondary'
noIcon bool No Specifies that the icon should not be drawn. false
children node Yes Content of the link (text)
className string No Additional class applied to the outermost box.

View Source components/externalLink.js, line 24