@ausbom/button

Buttons help users perform actions and make choices. They can include text and icons to communicate what will happen when a user interacts with them.

Usage no npm install needed!

<script type="module">
  import ausbomButton from 'https://cdn.skypack.dev/@ausbom/button';
</script>

README

@ausbom/button

Buttons help users perform actions and make choices. They can include text and icons to communicate what will happen when a user interacts with them.

Installation

npm install @ausbom/button

Usage

import Button from '@ausbom/button'
import ExternalLink16 from '@ausbom/icon/lib/icons/system/ExternalLink16'
import React from 'react'

<Button
  icon={ExternalLink16}
  variant="primary"
  dark
>
  Maps
</Button>