Skip to content

IconButton properties

Summary


Props table


Parameter
Type
Default
JSX.Element | string
/
() => void
/
() => void
/
() => void
() => {}


Props list



children

Type
Default
JSX.Element | string
/


Button content - extended from Button component



onMouseEnter

Type
Default
() => void
/


This callback is triggered everytime the cursor enter the button area - extended from Button component



onMouseLeave

Type
Default
() => void
/


This callback is triggered everytime the cursor exit the button area - extended from Button component



onClick

Type
Default
() => void
() => {}


Callback triggered when Button component is clicked - extended from Button component