Skip to content

Button

A Button is an interactive element that allows users to perform an action or trigger an event, such as submitting a form or navigating to another screen.

Button provides customizable options for size, style, and behavior. It allows you to define properties such as text, font weight, whether the button is outlined or loading, and provides flexibility with an onClick function for user interaction.

Usage