📄️ useBeforeUnload
The useBeforeUnload hook is fired when the window, the document and its resources are about to be
📄️ useDescribedBy
The useDescribedBy hook generates unique IDs and aria-describedby values using an input
📄️ useMediaQuery
The useMediaQuery hook generates a media query and provides a boolean value
📄️ usePrevious
The usePrevious hook accepts the initial value and return the previous value.
📄️ useRootContext
The useRootContext hook returns the root context.
📄️ useSvgAria
The useSvgAria hook is designed to generate ARIA attributes for SVG elements. It accepts
📄️ useToggleState
The useToggleState hook is designed to manage a toggle state. It accepts a boolean value