Skip to content

Instantly share code, notes, and snippets.

@Mgregchi
Last active October 11, 2021 09:16
Show Gist options
  • Save Mgregchi/86700400057d09a9185be48e54eaae49 to your computer and use it in GitHub Desktop.
Save Mgregchi/86700400057d09a9185be48e54eaae49 to your computer and use it in GitHub Desktop.
Custom Bootstrap popover snippet
<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