UseBoolean

A hook to simplify working with boolean values.

Component Source

Installation

			jsrepo add hooks/use-boolean.svelte
		

Usage

Use this hook to manage boolean values with more concise syntax.

Before:

After:

Acknowledgements

This hook was inspired by strlrd-29/hookcn.