Link

Variants

Style Links with these variants to help communicate purpose.

<DemoLayout>
  <Link href="http://example.com">Default</Link>
  <Link variant="danger" href="http://example.com">Danger</Link>
  <Link variant="success" href="http://example.com">Success</Link>
  <Link variant="warning" href="http://example.com">Warning</Link>
</DemoLayout>