INP Button

Interactive button that simulates a blocking task to demonstrate Interaction to Next Paint. Click it; the rAF-yielded measurement path surfaces the input delay.

Preview
Latest interactionClick to feel a 200ms blocking task.
Customize
INP
200ms

Props

PropTypeDefaultDescription
taskMsnumber200How long the simulated task blocks the main thread. 0 triggers measurement only.
labelstring"Run task"Button label.
goodThresholdMsnumber200Lower threshold for the verdict.
poorThresholdMsnumber500Upper threshold for the verdict.
hideReadoutbooleanfalseHide the inline ms readout.
onInteraction(ms: number) => voidFires with the measured INP.

Accessibility

Native <button> with aria-live="polite" readout. Respects reduced motion.