Link
component is rendered as an <a>
and accepts all of the <a>
props (href
, onClick
etc)
as well as all of the responsive, theme-based style props that allow further styling customizations.
Link
can be easily integrated with react-router
's Link
component in order to provide
styling for it.