Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 560 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 560 Bytes

Quasar-Custom-Time-Picker

This is a basic timer picker made using quasar2 with Vue 3 Composition API. Source code provided is only for the used components.

Demo

You can see a basic demo below:

Demo GIF

Notes

PS1: I have provided just this source code because this component is not very abstract and its use case is specific to the needs of the project I was working on when I created it.

PS2: The clock icon opens a QTime component in a Dialog.

PS3: CustomButton is just a wrapped QButton component with some extra props.