npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

nuxt-ui-timepicker

v1.0.4

Published

A Nuxt UI-based time picker component module.

Downloads

21

Readme

Nuxt UI Timepicker

A beautiful time picker for Nuxt 3 apps using Nuxt UI and Culori.

✨ Features

This module consists of three nuxt-ui based components for getting a reusable TimePicker:

  • TimePicker.vue: A button-icon with popup-based time picker with emitting and receiving an hourMinute object: {hour: number, minute: number}
  • InputTimePicker.vue: Input field with time string in v-model (HH:MM)
  • ClockDial.vue: Reusable clock dial canvas (used internally by TimePicker and InputTimePicker) - can be used for making your own version of a TimePicker
  • culori is used to get the primary color from the nuxt-ui settings.
  • Fully styled with Nuxt UI components
  • Supports dark mode
  • Made with ❤️ by Paul Becue at BQ Systems – Oostende, Belgium - GitHub
  • MIT licensed: License: MIT

Installation

Create a new nuxt project

pnpm create nuxt <project-name>

Install the module and extra dependencies

pnpm add @iconify-json/lucide @iconify-json/simple-icons @nuxt/kit culori @nuxt/ui nuxt-ui-timepicker 

Add modules to nuxt.config.ts

modules: [
  '@nuxt/ui',
  'nuxt-ui-timepicker'
]

Screenshots of playground and ClockDial.vue

playground index.vue

Timepicker Demo

ClockDial.vue

ClockDial.vue ClockDial.vue ClockDial.vue

Source code and playground - on github.com

  • Contains source code and a simple app that shows the usage of the TimePickers.
  • View on GitHub

Inspired by a jquery plugin

I did a remake a MIT licensed jquery plugin, it inspired me for the visuals but I made the controller from zero in a vue/nuxt/nuxt-ui style: Clock Timepicker Plugin for jQuery

Demo

Demo on bqsystems.be

License

MIT licensed: License: MIT

Contributing

This module is made with nuxt-ui components, but not as part of @nuxt/ui. It is not made using tailwind-variants. But the ClockDial.vue part can be used for making your own version of a TimePicker using tailwind-variants and then be incorporated in @nuxt/ui.

The timepicker can also be refactored to whatever tailwindcss based timepicker. It will be a joy for me to see parts of this code—especially ClockDial.vue—being reused in other timepickers! Be creative!

About

Project Info

Source code available on GitHub.

Author

Paul Becue
BQ Systems – Oostende, Belgium
📧 [email protected]