Component time-picker does not exist
Use the timepicker component to select a time by selecting the hour, minute, and second values using Qwik and Tailwind CSS
Follow the examples below to see how you can use the Timepicker component by importing it from the Flowbite Qwik library, customize the suffix and behaviour of the component by overriding the default theme variables and using the props from Qwik.
To start using the timepicker component you need to import it from the flowbite-qwik package :
import { TimePicker } from "flowbite-qwik"