Beautify with Vuetify

Lessons

1. Getting Started with Vuetify

7:31

2. Components (Pt. 1)

9:48

3. Components (Pt. 2)

14:35

4. Layouts: Grid System

10:13

5. Layouts: Responsive Design

8:22

6. Forms: Fundamentals

10:13

7. Forms: Validation

11:45

8. Directives

7:53

9. Themes

6:40
Notify me when new lessons are available.

Forms: Fundamentals

Introduction


Forms are one of the most integral parts to any web applications since they allow the user to provide input back to an application.

In this lesson, we will be building a Signup page for our app while learning about:

  • How to create forms in Vuetify
  • Common input types you should know about
  • What pickers are and how we can use them to enhance the user experience of our forms

Let’s jump right in!

C