
Popover popup component
Click/mouse into the element to pop up a bubble-like card overlay
Click the text input box to pop up the Popover
pop-up box, Placement
set the position of the pop-up box, close the pop-up box when clicking the second time
Demo
Popover
pop-up box pops up after clicking the button
Demo
Customize the pop-up window by setting the Popover
parameter CssClass
Demo
set up Popover
parameter CssClass="custom-popover"
make custom styles
.custom-popover {
--bs-popover-border-color: var(--bs-primary);
--bs-popover-header-bg: var(--bs-primary);
--bs-popover-header-color: var(--bs-white);
--bs-popover-body-padding-x: 1rem;
--bs-popover-body-padding-y: 1rem;
}
Attributes
B station related video link
交流群