@erudilabs/routes-utils
Utility function regarding Routes
Utility function regarding Routes
A text field is an input field that users can type into. It has a range of options and supports several text formats.
Textarea is a element is often used in a form, to collect user inputs like comments or reviews
The toggle component can be used to receive a simple yes or no type of answer from the user by choosing a single option from two options available in multiple sizes.
A tooltip is a element used in conjunction with the cursor or mouse pointer to display information about an item without needing to click on it.
use-clipboard hook provides interface to work with navigator.clipboard
Debounce value changes with minimal renders
Debounce value changes
use-fullscreen allows to enter/exit fullscreen
use-os detects user's os. Possible values are: undetermined, macos, ios, windows, android, linux. If os cannot be identified, for example, during server side rendering undetermined will be returned.
use-previous hook stores the previous value of a state in a ref, it returns undefined on initial render and the previous value of a state after rerender: