Button properties
Summary
Props table
Parameter |
Type |
Default |
---|---|---|
() => void |
/ |
|
() => void |
/ |
|
() => void |
() => {} |
|
JSX.Element | string |
/ |
Props list
onMouseEnter
Type |
Default |
---|---|
() => void |
/ |
This callback is triggered everytime the cursor enter the button area
onMouseLeave
Type |
Default |
---|---|
() => void |
/ |
This callback is triggered everytime the cursor exit the button area
onClick
Type |
Default |
---|---|
() => void |
() => {} |
Callback triggered when Button component is clicked
children
Type |
Default |
---|---|
JSX.Element | string |
/ |
Button content