Components

Buttons & Links

Used to navigate the site or perform actions.

Buttons

Buttons are to be used to perform an action on a page and not to navigate to other pages.

Primary CTA

  
  <button class="cta cta--primary" type="button" name="button">Button</button>
  

Secondary CTA

  
  <button class="cta cta--secondary" type="button" name="button">Button</button>
  

Tertiary CTA

  
  <button class="cta cta--tertiary" type="button" name="button">Button</button>
  

Links

Links are used to navigate around the site or onto other websites. If a button is required to perform an action on a page but a CTA would be too visually loud a button that is styled like a link can be used.

Default Link

  
  <a class="default-link" href="#">Link</a>
  

Reverse Link

  
  <a class="reverse-link" href="#">Link</a>