Default
Function: default()
[object Object]
Defined in: components/UI/Button.tsx:44
A versatile button component that dynamically renders either a native <button>
or an <a> tag when an href prop is supplied (enabling middle-click and open in new tab).
Supports variants, icons, and custom styling overrides.
Parameters
props
[object Object]
The component properties extending button or anchor HTML attributes.
Returns
[object Object]