A package containing hyperscript components for usage in render functions.
npm install @vue-layout/hyperscript

This package provides helpers for building forms and list elements on the fly, using hyperscript.
Those can be used directly in the vue render function 🔥.
It also provides presets for bootstrap & font-awesome.
> 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
- Usage
- Example
- License
```
$ npm i --save @vue-layout/hyperscript
The following form helpers are provided:
- buildFormInputbuildFormInputCheckbox
- buildFormInputText
- buildFormSelect
- buildFormSubmit
- buildFormTextarea
-
The following list helpers are provided:
- buildListbuildListActionRefresh
- buildListHeader
- buildListItem
- buildListItems
- buildListNoMore
- buildListPagination
- buildListSearch
- buildListTitle`
-
For an implementation example, on how to use this library, check out the example
package.
Made with 💚
Published under MIT License.