| Current Path : /var/www/html/eform/npm/Ladda/site/ |
| Current File : /var/www/html/eform/npm/Ladda/site/bootstrap4.html |
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Ladda: Bootstrap compatibility test</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> <link rel="stylesheet" href="demo.css"> <link rel="stylesheet" href="dist/ladda-themeless.min.css"> </head> <body> <article class="examples"> <div class="intro"> <h1>Ladda Bootstrap 4 test</h1> </div> <section class="button-demo"> <h3>expand-left</h3> <button class="btn btn-primary ladda-button" data-style="expand-left">Submit</button> </section> <section class="button-demo"> <h3>expand-right</h3> <button class="btn btn-primary ladda-button" data-style="expand-right">Submit</button> </section> <section class="button-demo"> <h3>expand-up</h3> <button class="btn btn-primary ladda-button" data-style="expand-up">Submit</button> </section> <section class="button-demo"> <h3>expand-down</h3> <button class="btn btn-primary ladda-button" data-style="expand-down">Submit</button> </section> <section class="button-demo"> <h3>zoom-in</h3> <button class="btn btn-info ladda-button" data-style="zoom-in">Submit</button> </section> <section class="button-demo"> <h3>zoom-out</h3> <button class="btn btn-info ladda-button" data-style="zoom-out">Submit</button> </section> <section class="button-demo"> <h3>slide-left</h3> <button class="btn btn-warning ladda-button" data-style="slide-left" data-spinner-color="#000">Submit</button> </section> <section class="button-demo"> <h3>slide-right</h3> <button class="btn btn-warning ladda-button" data-style="slide-right" data-spinner-color="#000">Submit</button> </section> <section class="button-demo"> <h3>slide-up</h3> <button class="btn btn-warning ladda-button" data-style="slide-up" data-spinner-color="#000">Submit</button> </section> <section class="button-demo"> <h3>slide-down</h3> <button class="btn btn-warning ladda-button" data-style="slide-down" data-spinner-color="#000">Submit</button> </section> <h3 id="progress">Built-in progress bar</h3> <section class="progress-demo"> <h3>expand-right</h3> <button class="btn btn-success ladda-button" data-style="expand-right">Submit</button> </section> <section class="progress-demo"> <h3>contract</h3> <button class="btn btn-success ladda-button" data-style="contract">Submit</button> </section> <h3 id="sizes">Sizes</h3> <section class="progress-demo"> <h3>Small</h3> <button class="btn btn-danger btn-sm ladda-button" data-style="expand-right">Submit</button> </section> <section class="progress-demo"> <h3>Large</h3> <button class="btn btn-danger btn-lg ladda-button" data-style="expand-right">Submit</button> </section> <h3>Buttons in forms containing required inputs</h3> <section> <form action="https://example.com"> <div class="form-group"> <input class="form-control" type="text" name="aText" placeholder="Please fill me" required /> </div> <div class="form-group"> <button id="aFormSubmitButton" type="submit" class="btn btn-primary ladda-button" data-style="expand-left">Submit</button> </div> </form> </section> </article> <script src="dist/index-bundle.js"></script> </body> </html>