Components
Button
A button component that supports different sizes and variants. It can be used for primary actions, secondary actions, or negative/destructive actions.

Component dependencies
Usage
Props
Prop | Type | Default |
---|---|---|
onPress? | () => void | - |
disabled? | boolean | false |
renderContent | (props: { iconSize: number; }) => ReactElement<unknown, string | JSXElementConstructor<any>> | - |
size? | "large" | "medium" | "small" | 'medium' |
variant? | "primary" | "secondary" | 'primary' |
BottomSheet
A bottom sheet is a UI component that slides up from the bottom of the screen to display additional content. It can be closed by swiping down or tapping the overlay.
ButtonRound
A circular button component designed for displaying an icon. Commonly used for navigation actions or action buttons.