useDebounce

A hook that returns a debounced version of the provided value. The debounced value will only update after the specified delay has passed without any new changes to the original value.

Pattern
pattern-871
Interface family
display
Component kind
component

Open this Pattern in the Solice UI workspace

Find a related component