# Button

The Button component is slightly modified to make it more beautiful. Let's have a glance.

# Button with Ripple Effect

Use a prop rippleEffect to quickly create a ripple effect on click.

<button type="button" class="btn btn-primary" rippleEffect>Primary</button>

Result:

button-outline

You can check demo on this (opens new window) page.

Last Updated: 3/9/2021, 1:47:08 PM