Basic button with ripple effect.
Examples
Basic
Basic
Complex
Complex
Properties
| Property | Description | Type | Default | Require |
|---|---|---|---|---|
| disableRipple | Whether to disable the ripple effect | boolean | true | false |
| disabled | Disabled state of button | boolean | false | false |
| loading | Set the loading status of button | boolean | false | false |
| href | Redirect url of link button | string | - | false |
| children | Child node | React.ReactNode | - | true |