@finastra/icon-button
v1.8.1
Published
Icon Button Web Component
Downloads
350
Readme
IconButton
Usage
Icon buttons allow users to take actions, and make choices, with a single tap.
Import
npm i @finastra/icon-button
import '@finastra/icon-button';
...
<fds-icon-button icon="code"></fds-icon-button>
API
Properties
| Property | Attribute | Type | Default | Description |
|-----------------|-------------|---------------------------|---------|---------------------------|
| ariaHasPopup
| | AriaHasPopup
| | |
| ariaLabel
| | string
| | |
| buttonElement
| | HTMLElement
| | |
| dense
| dense
| boolean
| false | Make the button smaller. |
| disabled
| disabled
| boolean
| false | Make the button disabled. |
| icon
| icon
| string
| "code" | Icon used in the button. |
| primary
| primary
| boolean
| false | Use the primary color. |
| ripple
| | Promise<Ripple \| null>
| | |
| secondary
| secondary
| boolean
| false | Use the secondary color. |
Methods
| Method | Type |
|---------|------------|
| blur
| (): void
|
| focus
| (): void
|