Similar to the Button component, if you pass an href it will render an <a> element and otherwise render a <button>. When using an href you can also pass the extra internal and tracking options used by the Link component.
We often use a horizontal series of callouts, e.g. to highlight additional content to explore at the end of a page.
<Rowcolumns={6}>
<Columnstart={1}width={2}>
<Calloutlabel='callout 1'>This is a description of the first link</Callout>
</Column>
<Columnstart={3}width={2}>
<Calloutlabel='callout 2'>
This is a description of a different link
</Callout>
</Column>
<Columnstart={5}width={2}>
<Calloutlabel='callout 2'>This is a description of a third link</Callout>
</Column>
</Row>
Similar to buttons, we can invert the color scheme for a more subtle callout.