![]() |
VOOZH | about |
Blaze UI is a framework-free open source UI toolkit that uses JavaScript components to build great user interfaces. It is the same as a bootstrap for use and has great different elements to use to make your website look more amazing. This framework allows us to use various of its styles and properties to make a website more user-friendly.
In this article, we will create the login form page using Blaze UI. The login page is used to proceed to any website, it may be used for authentication, setting credentials, managing data, etc.
Blaze UI Classes used:
Syntax:
<form class="o-container..."> <header class="c-card..."> <h2 class="c-heading..."> ... </h2> </header> <div class="c-card__body"> ... </div> <div class="o-form-element"> ... </div> <div class="c-card__footer ..."> <button type="..." class="c-button ..."> ... </button> </div> </form>
Example 1: The following code demonstrates the Blaze UI login form.
Output:
Example 2: The following code demonstrates the Blaze UI login form using the other classes.
Output:
Reference: https://www.blazeui.com//examples/login/