@ausbom/button
v0.5.33
Published
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.
Downloads
463
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>