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

Basic a11y for our components

Welcome back!

At the end of the last lesson we discussed the importance of incorporating accessibility into your first round of development. I can not stress this enough: Accessibility is not a secondary task that you come back to after your app is working. It is a primary concern that needs to be addressed as part of your development process.

In this course I decided to keep it separate for educational reasons, introducing one concept at a time and building upon those concepts incrementally. We now have the conceptual groundwork laid out to add in our accessibility features.

We will go over what I consider some of the very basic accessibility conc