Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 557 Bytes

use-boolean-hook

Logo

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