Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.06 KB

@vuecs/list-controls 📋

npm version CI

This package provides helpers for building list 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/list-controls

Usage

The following helpers are provided:

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

License

Made with 💚

Published under MIT License.