CaIconButton
A clickable icon
SASS-path: ./styles/components/atoms/ca-icon-button.scss
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
iconName | The icon name. See documentation for CaIcon to learn more. | String | true | - |
ariaLabel | Required to add aria label for the button since it has no text content | String | true | - |
disabled | Used to disable button | Boolean | false | false |
href | Set this to link button somewhere | String | false | '' |
Events
Event Name | Description | Parameters |
---|---|---|
clicked | - | - |