Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1017 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 1017 Bytes

@vuecs/form-controls 📜

npm version CI

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

Installation

$ npm i --save @vuecs/form-controls

Usage

The following helpers are provided:

  • buildFormInput
  • buildFormInputCheckbox
  • buildFormInputText
  • buildFormSelect
  • buildFormSubmit
  • buildFormTextarea

License

Made with 💚

Published under MIT License.