Components
Counter
A counter component that allows users to increment or decrement a value. It displays the current value and provides buttons for incrementing and decrementing.

Installation
Usage
Props
Prop | Type | Default |
---|---|---|
onValueChange | (value: number) => void | - |
minValue? | number | 0 |
maxValue? | number | 10 |
initialValue? | number | 0 |
increment? | number | 1 |
emptyLabel? | string | '0' |
ContextMenu
A context menu component that displays a list of actions when triggered. Features smart positioning, smooth animations, and customizable menu items with support for icons and subtitles.
InputOTP
A component that allows users to enter an OTP (One-Time Password) code. It displays a series of input fields, each containing a single character. It also provides a way to import the OTP code from SMS.