TimePicker
Time Picker
Introduction
Function signature
TimePicker(
start="09:00",
step="00:15",
end="22:30",
placeholder=None,
size=None,
readonly=False,
disabled=False,
editable=True,
clearable=True,
widget_id=None,
)
Parameters
Parameters
Type
Description
start
step
end

placeholder

size

readonly

editable
clearable
widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Initialize TimePicker and Text widgets
TimePicker and Text widgetsCreate app layout
Create app using layout
Add functions to control widgets from python code

Last updated