This package provides helpers for building forms elements on the fly using hyperscript. Those can be used directly in the vue render function 🔥.
Note The package is still in development and the API is still subject to change. Besides, the documentation still needs to be expanded
Table of Contents
$ npm i --save @vuecs/form-controls
The following helpers are provided:
buildFormInput
buildFormInputCheckbox
buildFormInputText
buildFormSelect
buildFormSubmit
buildFormTextarea
Made with 💚
Published under MIT License.