Installation
npm install ooga-chaka
Hooks
Window Events
useOnlineStatus
A React Hook that subscribes to window
online and offline events.
Document
useStyleSheets
A React Hook that disables or enables all CSS stylesheets in your application.
Utility
useRandomBetween
A React Hook that returns a random number between the specified min
and max
values.