Bootstrap 4 Icons Code Example


Example 1: bootstrap 5 icons link

<!-- Option 1: Include in HTML -->  <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

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?