Button

A simple button wrapper component with customizable label and click handler.

Examples

Basic usage

count = 0

Properties

Name Type Required Description
@label string Yes The label for the button field
@onClick function Yes The action to be called when the button is clicked
@disabled boolean No Whether the button field is disabled