mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
749 B
749 B
nav-title, title, environment, description, previous_url
| nav-title | title | environment | description | previous_url |
|---|---|---|---|---|
| button How-To | button | nativescript | Examples for using button | /ApiReference/ui/button/HOW-TO |
Button
Declaring button module
Button module is required to use any button feature.
Other frequently used modules when working with buttons include:
Attaching event handler for the button tap event.
<Page>
<Button tap="buttonTap" />
</Page>