Pill button

Pill buttons to use for inputs that create a list of values.
        
PROPS: { text }
Text 1
Text 2
Text 3
Text 4
Text 5

Internal link button

Button with primary, secondary, primary-clear, and secondary-clear variants. Use the 'func' prop to pass onClick behavior.

Also allows for semantic links when the 'link' prop is defined. External links render an <a> tag that opens an external tab while internal links render a Gatsby <Link> tag.
      
PROPS: { text, secondary, clear, link, func }

External link button

Primary button

Secondary button

Primary clear button

Secondary clear button