Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
ons-button
-
Button component. If you want to place a button in a toolbar, use
<ons-toolbar-button>
or<ons-back-button>
instead. Will automatically display as a Material Design button with a ripple effect on Android.Click here to see the original article
-
How do I create a button bar in a segment? I don’t see it in the onsen JS api docs… but do see it in the onsen css doc
-
@Moshe-Flam Just copy the CSS component code for the button bar. There will be an
ons-segment
soon for the.segment
CSS component, but the.button-bar
will remain as CSS only.