Saturday, September 15, 2018

How To Implement Bootstrap 4 Popover

This article demonstrate Bootstrap 4 Popover. The Popover component is similar to tooltips. It is a pop-up box that appears when the user clicks on an element. The difference is that the popover can contain much more content. To create a popover, add the data-toggle="popover" attribute to an element. Use the title attribute to specify the header text of the popover, and use the data-content attribute to specify the text that should be displayed inside the popover's body.

source https://www.c-sharpcorner.com/article/how-to-implement-bootstrap-4-popover/

No comments:

Post a Comment