Variable: Button
constButton:FC<ButtonProps>
Defined in: components/Button/index.tsx:48
Component
Button
Description
A customizable button component with different styles, shapes, and an optional icon.
Param
The component props.
Returns
The rendered Button component.
Example
<Button type="primary" iconName="check" onClick={() => alert('Clicked!')}>
Confirm
</Button>