CoreUI PRO hexagon
Our Admin Panel isn’t just a mix of third-party components. It’s the only open-source Bootstrap dashboard built on a professional, enterprise-grade UI Components Library. This component is part of this library, and we present only the basic usage of it here. To explore extended examples, detailed API documentation, and customization options, refer to our docs.
PopoverBasic example
PopoverFour directions

Four options are available: top, right, bottom, and left aligned. Directions are mirrored when using Bootstrap in RTL.

PopoverDismiss on next click

Use the focus trigger to dismiss popovers on the user’s next click of a different element than the toggle element.

PopoverDisabled elements

Elements with the disabled attribute aren’t interactive, meaning users cannot hover or click them to trigger a popover (or tooltip). As a workaround, you’ll want to trigger the popover from a wrapper <div> or <span>, ideally made keyboard-focusable using tabindex="0".

For disabled popover triggers, you may also prefer data-coreui-trigger="hover focus" so that the popover appears as immediate visual feedback to your users as they may not expect to click on a disabled element.