Add a modal to your UI with Bootstrap 5 customer ratings modal snippets with emojis. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
Add a modal to your UI with Bootstrap 5 customer ratings modal snippets with emojis. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
1<div class='container'> <button type="button" class="btn trigger" data-bs-toggle="modal" data-bs-target="#exampleModal"> FEEDBACK </button>
2 <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
3 <div class="modal-dialog" role="document">
4 <div class="modal-content">
5 <div class="modal-header border-none"> <button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div>
6 <div class="modal-body">
7 <p class="text-center mt-3 mb-5"><small><strong>How satisfied are you with our customer<br /> support Performance ?</strong></small></p>
8 <div class="row">
9 <div class="col-4 text-center">
10 <div class="mini-container"> <i class="fas fa-smile-beam fa-3x"></i>
11 <p class="text-center"><small><strong>Satisfied</strong></small></p>
12 </div>
13 </div>
14 <div class="col-4 text-center">
15 <div class="mini-container"> <i class="fas fa-meh fa-3x"></i>
16 <p class="text-center"><small><strong>Neutral</strong></small></p>
17 </div>
18 </div>
19 <div class="col-4 text-center">
20 <div class="mini-container"> <i class="fas fa-tired fa-3x"></i>
21 <p class="text-center"><small><strong>Unhappy</strong></small></p>
22 </div>
23 </div>
24 </div>
25 </div>
26 </div>
27 </div>
28 </div>
29</div>
Bootstrap Delete Confirmation Modal snippet
Bootstrap Delete Confirmation Modal snippet — a free Bootstrap 5 modal snippet. Copy the HTML and paste straight into your Bootstrap 5 project.

Bootstrap Simple Success Confirmation Popup snippet
Free Bootstrap 5 modal snippet — Bootstrap Simple Success Confirmation Popup snippet. Preview, copy HTML, drop it into any Bootstrap 5 project.

Bootstrap 5 success modal snippets
Bootstrap 5 success modal snippets — a free Bootstrap 5 modal snippet. Copy the HTML & CSS and paste straight into your Bootstrap 5 project.
Hand-crafted Tailwind CSS components — HTML or React, copy-paste ready, with live previews. Free forever, MIT licensed, no sign-up to use.
24
Components
57
Views
6
Likes
Trending now
More Bootstrap snippets developers are viewing this week.
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.