cn
Merges class names using clsx and tailwind-merge. Handles conditional classes, arrays, and deduplicates conflicting Tailwind utilities.Import
Signature
Usage
prefersReducedMotion
Returnstrue if the user has enabled the “reduce motion” accessibility setting.
Import
Signature
Usage
isPrimarilyTouchDevice
Returnstrue if the primary input mechanism is coarse (touch). Checks the (pointer: coarse) media query.
Import
Signature
Usage
isHoverAvailable
Returnstrue if the primary input mechanism supports hover. Checks the (hover: hover) media query.