Utilities Bootstrap 5Free+ CSS+ JS
Add a utility to your UI with To Do List source code. Free Bootstrap 5 code — HTML, CSS & JS ready to copy, MIT licensed.
1.6k views17 downloads
gosnippets.com/preview/to-do-list-source-code
Add a utility to your UI with To Do List source code. Free Bootstrap 5 code — HTML, CSS & JS ready to copy, MIT licensed.
1<!-- List wrapper -->
2<div id="listWrapper">
3
4 <!-- List title -->
5 <div id="title">
6 <input id="titleInput" type="text" placeholder="My List" maxlength="21">
7 <i class="fa fa-pencil-alt"></i>
8 </div>
9
10 <div id="separator"></div>
11
12 <!-- To do items -->
13 <div id="itemsWrapper">
14 <div class="item">
15 <!-- New items are created here -->
16 </div>
17 </div>
18
19 <!-- Add a new item -->
20 <div id="addNewItemWrapper">
21 <input type="text" id="addNewItemInput" maxlength="30">
22 <button id="addNewItemBtn"><i class="fas fa-plus"></i></button>
23 </div>
24
25</div>
26
27<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.6/gsap.min.js'></script>
Auto move mouse cursor snippet
Auto move mouse cursor snippet: a hand-crafted, open-source Bootstrap 5 utility. HTML, CSS & JS included, ready to copy.

Bootstrap 5 Ecommerce Product Detail Page Design snippet
Free Bootstrap 5 utility snippet — Bootstrap 5 Ecommerce Product Detail Page Design snippet. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.

Bootstrap 5 Ecommerce single product page design template
Free Bootstrap 5 utility snippet — Bootstrap 5 Ecommerce single product page design template. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.