Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 545 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 545 Bytes

Text Link

Text Links directs visitors to another location on the page, within the product, or to an external site.

Read more about when and how to use the Text Link components on the HIG website.

Getting started

yarn add @hig/text-link

Import the component and CSS

import TextLink from '@hig/text-link';
import '@hig/text-link/build/index.css';

Basic usage

<TextLink link="https://github.com/Autodesk/hig">
  This is a primary text link
</TextLink>