Home > Software engineering >  Is there anyway to show a card/container/div on top of hovered stepper in Angular?
Is there anyway to show a card/container/div on top of hovered stepper in Angular?

Time:06-22

I want to create a tools card to manage steps and show it on top when the mouse is hovered on step like the picture below : enter image description here

Is there any way to do it ?

CodePudding user response:

Prime Ng has an implementation for that (steps). You can override some styles and achieve the same functionality as you describe

CodePudding user response:

Another alternative is "Kendo UI for Angular"
Please refer below URL
[Kendo UI for Angular Tooltip]https://www.telerik.com/kendo-angular-ui/components/tooltips/tooltip/

  • Related