<Button />

Button component. If you want to place a button in a toolbar, use ToolbarButton or BackButton instead. Will automatically display as a Material Design button with a ripple effect on Android.

Usage

<Button modifier="large--cta">
  Tap Me
</Button>
Name Type Description
modifier string The appearance of the button. Optional.
disabled bool Specifies whether the button is disabled. Optional.
ripple bool Specifies whether the button has a ripple effect. Optional.
onClick func This function will be called when the button is clicked. Optional.
Name Description
outline Button with outline and transparent background
light Button that doesn’t stand out.
quiet Button with no outline and or background..
cta Button that really stands out.
large Large button that covers the width of the screen.
large--quiet Large quiet button.
large--cta Large call to action button.
material Material Design button
material--flat Material Design flat button

Need Help?

If you have any questions, use our Community Forum or talk to us on Discord chat. The Onsen UI team and your peers in the community will work together to help solve your issues.

For bug reports and feature requests use our GitHub Issues page.