@vue-layout/utils
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.11 • Public • Published

@vue-layout/utils 🧰

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.

Table of Contents

Installation

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

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

/@vue-layout/utils/

    Package Sidebar

    Install

    npm i @vue-layout/utils

    Weekly Downloads

    41

    Version

    2.0.0-alpha.11

    License

    none

    Unpacked Size

    355 kB

    Total Files

    175

    Last publish

    Collaborators

    • tada5hi