Example 1: bootstrap 5 icons link
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
Example 2: bootsrap updateicon
<i class="fa fa-refresh" aria-hidden="true"></i>
Example 3: bootstrap icons
// bootstrap link https://getbootstrap.com/docs/5.0/getting-started/introduction/ // bootstrap example https://getbootstrap.com/docs/5.0/examples/ // bootstrap icon link https://icons.getbootstrap.com/
Example 4: bootstrap icons
Bootstrap 5 does actually have its own icon library and its pretty cool actually, npm i bootstrap-icons and use it in react and stuff or view the docs here https://icons.getbootstrap.com/
Comments
Post a Comment