Button component for ons-toolbar and ons-bottom-toolbar.
<Page>
componentThe <Page>
component serves as the main view of a screen in an app. It covers the whole screen and is used as a container for the other components.
<Page>
Content goes here
</Page>
Name | Type | Description |
---|---|---|
modifier | String | The appearance of the button. Optional. |
icon | String |
Creates an ons-icon component with this string.
Optional.
|
disabled | Specify if button should be disabled. Optional. |
Name | Description |
---|---|
disabled | Whether the element is disabled or not. |
Name | Description |
---|---|
material | Material Design toolbar button. |
outline | A button with an outline. |
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.