1.0.8 • Published 3 days ago

@forms.js/vue v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

Forms.js

Forms.js Vue Component

The official Vue component for Forms.js

Get Started with Forms.js ⚡️

NPM

npm i @forms.js/core @forms.js/vue

Usage

<script>
import Form from '@forms.js/vue';

export default {
  components: {
    Form,
  },
  data: function () {
    return {
      options: {
        id: 'demo-form',
        schema: [
          {
            id: 'name',
            label: 'Name',
            type: 'text',
          },
        ],
      },
    };
  },
};
</script>

<template>
  <div>
    <h1>Demo Form</h1>
    <Form :options="options" />
  </div>
</template>

Dive deeper into Forms.js with the official documentation

Support Forms.js Development:

Support on Ko-fi

Contributing

If you want to contribute look at CONTRIBUTING.md.

License

Core bundle released under MIT license. This license permits a wide range of use, including free use in commercial projects, assuming all copyright headers are preserved. Read the license terms

1.0.8

3 days ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago