Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/awes-io/form-builder

👷A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.
https://github.com/awes-io/form-builder

form form-builder vue vuejs

Last synced: 3 months ago
JSON representation

👷A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.

Awesome Lists containing this project

README

        



Awes.io logo

From Builder

A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.



Last version


Downloads


License


CDN Ready


vue


Last commit


Analytics


Hosted by Package Kit


Patreon

##


form builder

## Demo
You can check it online: [Online Demo](https://demo.awes.io/?utm_source=github&utm_medium=form-builder)

## Documentation

[Documentation](https://www.awes.io/documentation/components/form-builder/)

## NPM scripts

Development mode `npm run watch` or simply `npm start`
Development mode for IE `npm run watch:legacy`
Production build `npm run build`

## Installation

Via Composer

``` bash
$ composer require awes-io/form-builder
```

The package will automatically register itself.

You can publish the config file with:

```bash
php artisan vendor:publish --provider="AwesIO\FormBuilder\Providers\FormBuilderServiceProvider" --tag="config"
```

## Support Us



Become a Patreon

## License

[MIT](http://opensource.org/licenses/MIT)