bootstrap.native
Version:
Bootstrap components build with Typescript
17 lines (16 loc) • 786 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BSN Testing Page</title>
<link id="bsCSS" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="container" style="padding: 3rem">
<h3>Popover Example</h3>
<div class="btn-toolbar mb-3">
<button type="button" class="btn btn-success me-1 mb-1" data-bs-toggle="popover" data-cy="popover" data-bs-placement="left" data-bs-dismissible="true" data-bs-title="Dismissible Popover" data-bs-content="Here we add more content for testing. Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas.">
Dismissible
</button>
</div>
</body>
</html>