Link

The <Link> component links to a <Route> within your application. Always use <Link> instead of an <a> tag to avoid reloading the page.

<Link url='/account' title='Manage your billing' text='Billing' />

Props

PropDescriptionRequiredValue

className

custom styles

optional

SCSS or Tailwind style

color

text color

optional

dark, light or blue (default)

text

link text

required

string

title

link title

required

string

url

destination

required

string

Last updated