diff --git a/docs/components/forms.md b/docs/components/forms.md index 0028c2b85f..ef56a9e890 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -764,6 +764,33 @@ Custom checkboxes and radios can also be disabled. Add the `disabled` boolean at {% endexample %} +#### Validation states + +Add other states to your custom forms with our validation classes. + +{% example html %} +