Kitzo
Lightweight React UI components and essential hooks.
---
$3
``
bash
npm install kitzo
``
---
$3
#### Components
-
Toast — Accessible, animated notifications.
-
Tooltip — Smart-positioned contextual labels.
#### Hooks
-
useDebounce — Optimize performance by delaying execution.
-
useWindowSize — Real-time viewport dimensions.
-
useCopy — Simple "copy to clipboard" functionality.
-
useThrottle — Limits how often a value can change within a specified time interval.
---
$3
For usage guides and live demos, visit documentation:
https://kitzo.vercel.app
---
$3
MIT