UNPKG

@themesberg/pixel-lite-bootstrap-ui-kit

Version:
27 lines 1.25 kB
<!-- Section --> <div class="section section-md"> <div class="container"> <!-- End of Title --> <div class="row mt-5"> <div class="col-lg-12 d-block d-md-flex justify-content-around"> <button type="button" class="btn btn-secondary btn-sm me-4 mb-4" data-bs-toggle="tooltip" data-bs-placement="top" title="Tooltip on top"> Tooltip on top </button> <button type="button" class="btn btn-secondary btn-sm me-4 mb-4" data-bs-toggle="tooltip" data-bs-placement="right" title="Tooltip on right"> Tooltip on right </button> <button type="button" class="btn btn-secondary btn-sm me-4 mb-4" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Tooltip on bottom"> Tooltip on bottom </button> <button type="button" class="btn btn-secondary btn-sm me-4 mb-4" data-bs-toggle="tooltip" data-bs-placement="left" title="Tooltip on left"> Tooltip on left </button> </div> </div> </div> </div> <!-- End of Section -->