Vue 3 Development with the PrimeVue Framework — Date and Time Picker

John Au-Yeung
Dev Genius
Published in
3 min readMar 10, 2021

--

Photo by Andy Holmes on Unsplash

PrimeVue is a UI framework that’s compatible with Vue 3.

In this article, we’ll look at how to get started with developing Vue 3 apps with PrimeVue.

Date and Time Picker

We can add a date and time picker with the showTime prop:

<template>
<div>…

--

--