Last active
October 11, 2021 09:16
-
-
Save Mgregchi/86700400057d09a9185be48e54eaae49 to your computer and use it in GitHub Desktop.
Custom Bootstrap popover snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div hidden > | |
<div data-name="popover-content"> | |
<div class="input-group"> | |
<input type="text" class="form-control form-control-sm" placeholder="Search" name="search"> | |
<div class="input-group-btn"> | |
<button class="btn btn-danger" type="submit"> | |
<i class="bi bi-search fa fa-search"></i> | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<a id="example" tabindex="0" class="btn btn-lg btn-danger" role="button" data-bs-toggle="popover" title="Default: Html inside popover" >Html inside popover</a> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment