function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chris Ciszak 3Chris Ciszak 3 

Popover in Lightning

Hi Guys,

We have been trying to achieve similar popover like you can see on Lightning Calendar (See attached). Lightning Design System provides styles for popover but unfortunately there is no functionality to simply plug it in.

We have analysed the Lightning Calendar and we noticed that Salesforce guys used Open Source Aura components (ui:panelManager2, ui:panel) that are not available in the Lightning Experience.

As we would like to stay native and avoid third party libraries such as Boostrap, what would you recommend to tackle this issue and achieve similar popover? Write the Javascript bit from scratch?

Thanks,

Chris

Lightning Calendar - Popover
RAHUL MISHRA 78RAHUL MISHRA 78
Hi,

Did you get any solution to this using native features?