Skip to content

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages