1.1.0 • Published 1 year ago

@vue-layout/hyperscript v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

@vue-layout/hyperscript 👻

npm version CI

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

$ npm i --save @vue-layout/hyperscript

Usage

The following form helpers are provided:

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

The following list helpers are provided:

  • buildList
  • buildListActionRefresh
  • buildListHeader
  • buildListItem
  • buildListItems
  • buildListNoMore
  • buildListPagination
  • buildListSearch
  • buildListTitle

Example

For an implementation example, on how to use this library, check out the example package.

License

Made with 💚

Published under MIT License.

1.1.0

1 year ago

1.0.0

1 year ago

0.4.0

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.2

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

0.0.1

2 years ago