Skip to content

flespi-software/QFormControls

Repository files navigation

QFormControls

Simple Quasar components based on Quasar framework.

  • QTimestampPicker realises datetimepicker for timestamp fields.

Install

$ npm install git+https://github.com/flespi-software/QFormControls.git --save

Example:

QTimestampPicker:

import {QTimestampPicker} from 'qformcontrols'

  <QTimestampPicker
    :value="timestamp"
    @input="setTimestamp"

    :date-options-fn="funcFilterDay"
    :auto-maximized="false"
    label="label"
    format="YYYY-MM-DD HH:mm:ss"
    color="orange"

    :error="isError"
    :disable="false"
    @focus="focus"
  />

Requirements:

  • Node.js (>=9.x)
  • npm version 3+ and Git.
  • Quasar Framework 1.5+

Demo

In progress...

License

MIT license.

About

Simple Quasar components based on Quasar framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •