Property | Type | Default | Description |
---|---|---|---|
icon | React.ReactElement | undefined | Optional icon displayed inside a circular glass container. |
text | string | — | Primary label of the button. |
subText | string | undefined | Optional secondary label shown below the main text. |
onClick | React.MouseEventHandler<HTMLButtonElement> | undefined | Click event handler for the button. |