Skip to content

AMontagu/vue-auto-form-field

Repository files navigation

vue-auto-form-field

Vue-auto-form-field is a Vue library that allow you to create form dynamically from JSON.

Documentation:

To see how to use it please read the DOCUMENTATION

Example:

This json:

{
    name: {
        "@label": "Name",
    },
    birthDate: {
        "@label": "Birth Date",
        "@options": {"displayAs": "datetime", "data": {"type": "date", "format": "DD-MM-YYYY", "dateFormat": "DD-MM-YYYY"}}
    },
    email: {
        "@label": "Email",
    },
    password: {
        "@label": "Password",
        "@options": {"displayAs": "password"}
    },
    confirmPassword: {
        "@label": "Confirm Password",
        "@options": {"displayAs": "password"}
    }
}

Become this form:

To see more examples please go the documentation

About

Vue 2 components to generate form filed from json

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages