Skip to content

Button Component

The Button component provides a clickable element.

Usage

xml
<button bindtap="handleTap">Click Me</button>

Features

  • Built-in touch feedback.
  • Supports bindtap event for interaction.

Released under the Apache-2.0 License.