use-boolean-hook
v1.1.0
Published
A simple React hook to manage and manipulate boolean state in your React applications.
Downloads
4
Maintainers
Readme
use-boolean-hook

A simple and lightweight React hook to manage and manipulate boolean state efficiently. Perfect for toggling UI states, managing visibility, and more!
Features
- 🔄 Simple API: Easy-to-use functions for boolean state management.
- 🚀 Lightweight: No dependencies other than React.
- ✅ TypeScript Support: Fully typed for a better developer experience.
Installation
Install with your favorite package manager:
npm install use-boolean-hook
# or
yarn add use-boolean-hook