From e3c2a5ad08a4372b31834c98f5cbf990fe6191e4 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Thu, 27 Feb 2020 22:47:24 -0500 Subject: [PATCH] Updates the readmewith list of features --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4db4a65..5c1e44b 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,15 @@ The syntax is what developers would expect: /> ``` +✓ Create any input element with a single component
+✓ Supports Vue `v-model` [binding](https://vueformulate.com/guide/#model-binding)
+✓ [Re-populate an entire form](https://vueformulate.com//guide/forms/#setting-initial-values) from a single object
+✓ [Generate a form](https://vueformulate.com//guide/forms/#generating-forms) using json
+✓ Easy to add field labels
+✓ Easy to add help text
+✓ Easy to add [form validation](https://vueformulate.com//guide/validation)
+✓ Easy to add [custom validation](https://vueformulate.com//guide/validation/#custom-validation-rules) rules
+✓ Easy to modify [validation messages](https://vueformulate.com//guide/validation/#customize-validation-messages)
+✓ Easy to add [custom inputs](https://vueformulate.com//guide/custom-inputs) + There's a lot more available to read at the [documentation website](https://vueformulate.com).