Chapter 3. Creating and controlling forms with Bulma
Let’s dive right into creating user interfaces with Bulma. In this chapter, you create a full screen login form. This will give you a solid understanding of Bulma and give you the tools you need to start integrating Bulma. Some things to take away from this chapter are: the use of Bulma working with forms and why you leverage Bulma and when.
This login form that you’ll create will contain two form inputs (one for the email and one for the password). This will be vertically and horizontally centered in a full screen <div>
.
To see the full code of the example used in this book take a look at the book’s accompanying GitHub page.