# 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:
You can check demo on this (opens new window) page.