Advertisement

Google Ad Slot: content-top

Bootstrap 5 Pointer Events

~1 min read · Bootstrap
On this page

Bootstrap 5 provides pointer event utilities to control how elements respond to mouse clicks, taps, or hover interactions.

Class

Description

pe-none

Disables pointer events on the element (pointer-event: none)

pe-auto

Defines the root of an HTML document (pointer-event: auto)

Example
This link is not clickable
Try it yourself