From 351047bc4f053b870b88cc524bd41b004c3d9cd7 Mon Sep 17 00:00:00 2001 From: Andrew Boyd Date: Sun, 17 May 2020 11:01:08 -0400 Subject: [PATCH] use HTML for feature table in readme for better style control --- README.md | 44 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7edbfee..783f625 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,46 @@ Vue Formulate is the easiest way to build forms using Vue. Please read the [comprehensive documentation](https://vueformulate.com) for guidance on using Vue Formulate within your own projects. -|

Key features

| | -|:-------------|:----------| -|

😎 Developer happiness

Forms are everywhere, yet surprisingly tedious to author — well, not anymore. Vue Formulate provides a [powerful and flexible API](https://vueformulate.com/guide/inputs/#all-options) to developers that makes complex form creation a breeze. |

☝️ A single input element

With Vue Formulate you don't need to remember the names of a dozen components — all form elements are created with a [single component](https://vueformulate.com/guide/#inputs). Easy! | -|

💪 Grouped fields

Vue Formulate ships with [repeatable field groups](https://vueformulate.com/guide/inputs/types/group/#repeatable-groups) out of the box. Create complex UIs such as multi-person booking forms with ease. |

🎯 Built-in validation

Ridiculously easy [validation](https://vueformulate.com/guide/validation) out-of-the-box to handle 95% of use-cases. Help text, validation rules, and validation messages are simple props. Need more? You can add custom validations too. | -|

🔌 Plugin system

Extend Vue Formulate's functionality or reuse custom inputs, validation rules, and messages across projects by tapping into the [plugin system](https://vueformulate.com/guide/plugins/#creating-a-new-plugin). Make your plugin open source to share with others! |

✨ Generate forms

[Generate an entire form](https://vueformulate.com/guide/forms/#generating-forms) from a JSON string. Because Vue Formulate uses a single input component, you can easily loop through an array and dynamically generate a form. | + + + + + + + + + + + + + + + + +
+

Key features

+
+

😎 Developer happiness

+

Forms are everywhere, yet surprisingly tedious to author — well, not anymore. Vue Formulate provides a powerful and flexible API to developers that makes complex form creation a breeze.

+
+

☝️ A single input element

+

With Vue Formulate you don't need to remember the names of a dozen components — all form elements are created with a single component. Easy!

+
+

💪 Grouped fields

+

Vue Formulate ships with repeatable field groups out of the box. Create complex UIs such as multi-person booking forms with ease.

+
+

🎯 Built-in validation

+

Ridiculously easy validation out-of-the-box to handle 95% of use-cases. Help text, validation rules, and validation messages are simple props. Need more? You can add custom validations too.

+
+

🔌 Plugin system

+

Extend Vue Formulate's functionality or reuse custom inputs, validation rules, and messages across projects by tapping into the plugin system. Make your plugin open source to share with others!

+
+

✨ Generate forms

+

Generate an entire form from a JSON string. Because Vue Formulate uses a single input component, you can easily loop through an array and dynamically generate a form.

+
-These features and many more are thoroughly covered an the [documentation website](https://vueformulate.com). +These features and many more are thoroughly covered at the [documentation website](https://vueformulate.com). ## Contributing