Vue 3 Forms

Lessons

1. Introduction

2:37

2. Base Input

11:38

3. Base Select

8:58

4. Auto-importing components

5:19

5. Base Checkbox

5:22

6. BaseRadio

7:35

7. BaseRadioGroup

11:17

8. Submitting Forms

12:17

9. Basic a11y for our components

20:17

Base Input

Our Demo Form

Throughout this course, we’re building a set of reusable base form components and exploring best practices along the way. In order to build these, we’ll want a demo form to use as a starting point, which we’ll break apart into these base component. I’ve prepared one so that we can jump right into it.

The form already includes v-model bindings into a `r