Crate seed_datepicker

Source

Modules§

config
reexport only necessary things for using the seed-datepicker
dialog_view_type

Structs§

Model
Model describes the current datepicker state.

Enums§

Msg
Msg describes the different events you can modify state with.

Functions§

init
init describes what should happen when your app started.
update
update describes how to handle each Msg.
view
view describes what to display.