Skip to Content
๐ŸŽ‰ Coral x Panda has been released ๐ŸŽ‰ Read the Migration Guide

useCapsLock

A hook to detect if the userโ€™s caps lock key is active.

Import

import { useCapsLock } from '@krakentech/utils';

Usage

const isCapsLockOn = useCapsLock();

Returns

TypeDescriptionExample
boolean
Last updated on