button
Defines a Button component.
Buttons are an essential way to interact with and navigate through a mobile application, and should clearly communicate what action will occur after the user taps them.
Button can consist of Text and/or Icon, and can be enhanced with a wide variety of properties/attributes.
You can add Event component with chained Actions to a Button to handle button click.
 For more information: Buttons.
| Name | Description | 
|---|---|
| Icon only | Set if we only show the icon. | 
| button form type | Specifies form’s button type. | 
| button type | Specifies ionic button style. | 
| clear | If set make a ‘clear’ component. | 
| color | Specifies ionic color. | 
| icon position | Specifies ionic icon position. | 
| menu mode | Specifies menu mode. | 
| outline | Specifies ionic outline mode. | 
| shape | Specifies ionic shape. | 
| size | Specifies ionic size. | 
| Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. | 
| Identifier | Defines the component identifier. | 
| Is active | Defines whether the component is active. | 
 Button