IconButton
Notes
A button for use with a single Icon
. Please see Icon
for further information.
Props
- ariaLabel
string
aria-label
applied to button. - highContrast
bool
optional prop to allow button to be seen more easily on dark backgrounds
- href
string
optional href for use if button is to be a link
- iconClass
string
optional class applied to icon
- path
oneOfType(string, arrayOf)
path of the icon to be used
- size
string
['24px']
Size passed through to Icon child
- tagName
oneOf('a', 'button')
Tag for this element can only be
button
ora
, since this component is interactive.