How to Create a Loading Button ?

SEO Help and Tips

How to Create a Loading Button ?

Here is the example code of Loading Button.

<<head>> Part:

  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>


<<body>> Part:

<div class="container mt-3">
  <h2>Spinner Buttons</h2>
  <p>Add spinners to buttons:</p>
                                        
  <a href="https://example.com" class="btn btn-primary">
    <span class="spinner-border spinner-border-sm"></span>
  </a>

  <a href="https://example.com" class="btn btn-primary">
    <span class="spinner-border spinner-border-sm"></span>
    Loading..
  </a>
</div>


Comments

Popular posts from this blog

Office Tool_SPSS v23 + Serial key

How to Fix FATAL error Failed to parse input Document ?

How to Reduce Lazy Load Resources

Popular posts from this blog

Office Tool_SPSS v23 + Serial key

How to Fix FATAL error Failed to parse input Document ?

How to Reduce Lazy Load Resources