Timepicker voor Nuxt UI V3Timepicker for Nuxt UI V3
Tijdens het ontwikkelen van een Nuxt-project met de Nuxt UI componentenbibliotheek, merkte ik dat er één essentiële component ontbrak: een tijdkiezer. Omdat ik iets nodig had dat visueel én technisch naadloos integreerde in het bestaande systeem, besloot ik de component zelf te ontwerpen en open source aan te bieden. Zo ontstond nuxt-ui-timepicker — een moderne, modulaire timepicker gebouwd van nul af aan met Nuxt, Nuxt UI, en culori voor kleurbeheer.While building a project using the Nuxt UI component library, I noticed something was missing: a proper time picker. I needed a component that would integrate seamlessly into the Nuxt UI ecosystem, both visually and technically. So I built nuxt-ui-timepicker — a modern, modular time picker designed from scratch using Nuxt, Nuxt UI, and culori for color management.
De motivatie was eenvoudig: ik wilde een timepicker die perfect past binnen het ontwerp van Nuxt UI, licht en elegant is, goed werkt met v-model, en gemakkelijk aan te passen is qua thema (dankzij Culori). Bestaande oplossingen voelden vaak als een mismatch binnen de Nuxt UI-stijl of vereisten te veel extra configuratie. Daarom heb ik gekozen voor een native Nuxt-aanpak.I created it because: there was no native time picker in Nuxt UI, existing options didn’t match the design philosophy, and I wanted full control over theming and behavior. This component is built the 'Nuxt way': composable, performant, and easy to extend.
Manager BQ Systems