Default
Function: default()
[object Object]
Defined in: app/components/UI/Button.tsx:34
A highly customizable button component with built-in support for icons and visual variants.
This component wraps the native HTML <button> and applies standardized styling
including transitions, rounded corners, and flex alignment. It supports three
main semantic variants (primary, secondary, and danger) and can conditionally
render arrows on either side of the content.
Parameters
props
[object Object]
The component properties and native button attributes.
Returns
[object Object]