Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 310 Bytes

Link.md

File metadata and controls

9 lines (7 loc) · 310 Bytes

<Link />

Use the <Link /> component to set the HTML <a> element (or anchor element) to create a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL.

<Link href='https://www.priceline.com/home/' target='_blank'>
  Priceline Home
</Link>