@vue-layout/utils
v2.0.0-alpha.11
Published
[](https://badge.fury.io/js/@vue-layout%2Futils) [](https://github.com/Tada5hi/vue-layout/actions/workflows/ma
Maintainers
Readme
@vue-layout/utils 🧰
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.
Table of Contents
Installation
$ npm i --save @vue-layout/utilsUsage
The following form helpers are provided:
buildFormInputbuildFormInputCheckboxbuildFormInputTextbuildFormSelectbuildFormSubmitbuildFormTextarea
The following list helpers are provided:
buildListbuildListActionRefreshbuildListHeaderbuildListItembuildListItemsbuildListNoMorebuildListPaginationbuildListSearchbuildListTitle
