KendoReact Popover Overview

The KendoReact Popover component is a popup with rich interactable content, which is displayed when a related UI element is clicked or hovered over.

The KendoReact Popover component is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-tooltips package.

ninja-iconThe Popover is part of KendoReact, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

Overview

To observe the Popover in action, click on any date in the Calendar:

Change Theme
Theme
Loading ...

The Popover is part of the KendoReact Tooltips component library. The procedures for installing, importing, and using all components in the library are identical. To learn how to use the Popover and the rest of the components in the package, see the Getting Started with the KendoReact Tooltips guide.

Functionality and Features

  • Positioning - The Popover allows you to specify the position of the Popover element relative to the current anchor or offset.
  • Callout - You to enable or disable its callout element.
  • Collisions - The Popover allows you to control the collision behavior when it's not fully visible.
  • Animations - You can enable, disable or customize its opening and closing animation.
  • Scale - The KendoReact Popover support custom Document Scale.

Configuring the Title

The KendoReact Popover component provides a fully configurable title through the title property. It accepts strings and custom components. If this prop is not set, the Popover component will not render the title wrapper.

Change Theme
Theme
Loading ...

Configuring the Popover ActionsBar

The KendoReact Popover component allows you to add custom actions by using the PopoverActionsBar component.

Change Theme
Theme
Loading ...

Forms Integration

The KendoReact Popover component supports rich interactable content like forms with custom editors.

Change Theme
Theme
Loading ...