DEV Community

Cover image for Open-source timepicker components for Tailwind CSS
Zoltán Szőgyényi for Themesberg

Posted on • Originally published at flowbite.com

Open-source timepicker components for Tailwind CSS

The timepicker component from Flowbite can be used to choose the hours and minutes of a given day through the usage of input fields such as the native HTML time field or even checkbox fields with predefined time interval which are popularly used for calendar event creation.

The examples on this page are all built with Tailwind CSS and some of the examples require you to install the Flowbite JavaScript dependency to make the interactive UI components functional such as the datepicker, dropdowns, modals and the drawers.

The timepicker component is often used together with a datepicker so the more advanced examples on this page show you a combination of these two components where you can select both the date (year, month and day) and then the time of the day for the event.

Default timepicker

Use this example to show a simple input field with the native browser timepicker.

Tailwind CSS timepicker

Timepicker with icon

This example can be used to select a time via an input field where you can add an icon to the input group.

Tailwind CSS Timepicker with icon

Timepicker with dropdown

Use this example to show a timepicker together with a dropdown menu where you can add options such as selecting the timezone or the duration of an event in minutes or hours.

Tailwind CSS timepicker with dropdown

Timepicker with select

Use this example to show a select input next to the timepicker to select an option like a timezone.

Tailwind CSS Timepicker with select

Timepicker range selector

Use this example to select a time interval using two input field often used for the duration of an event.

Tailwind CSS timepicker with range selector

Timerange with dropdown

This example can be used to show the timerange picker inside a dropdown only when clicking on a button.

Tailwind CSS timerange

Inline timepicker buttons

This is an advanced example that you can use to show the details of an event and select a date of the event based on the Flowbite Datepicker and select the time using a predefined set of time intervals based on checkbox elements.

Tailwind CSS timepicker with datepicker

Modal with timepicker

Use this example to select a date and time inside of a modal component based on the Flowbite Datepicker and select a time interval using checkbox elements with predefined time values for event time scheduling.

Tailwind CSS modal with timepicker

Drawer with timepicker

Use this example to show multiple time interval selections inside of a drawer component to schedule time based on multiple entries (ie. days of the week) using the native browser time selection input element.

Tailwind CSS timepicker with drawer

Credits

Top comments (0)