Skip to contents

The time_picker() component provides an input field with assigned clocks which are opened on user action.

See the official documention for time picker, for all the correct props.

Examples

time_picker(
  "time"
)
time_picker(
  "time",
  `value-state` = "Error",
  `format-pattern` = "hh:mm:ss a",
  htmltools::div(
    slot = "valueStateMessage",
    "This is a message!"
  )
)
This is a message!