Components
ButtonRound
A circular button component designed for displaying an icon. Commonly used for navigation actions or action buttons.

Installation
Usage
Props
Prop | Type | Default |
---|---|---|
onPress? | () => void | - |
disabled? | boolean | false |
renderContent | (props: { iconSize: number; iconColor: string; }) => ReactElement<unknown, string | JSXElementConstructor<any>> | - |
size? | Size | 'medium' |
variant? | "default" | "accent" | "reversed" | 'default' |
intent? | Intent | 'primary' |