Before going into the nitty gritty we'll briefly look into the pros and cons; the limitations of the package, what's currently implemented, and more.
Though {litter} is built on top of Shiny's existing handling of websocket messages it works very differently and as such there are a few limitations
These limitations are unlikely to be lifted in the future.
These inputs are currently available:
litActionButton
litActionLink
litCheckboxesInput
litColorInput
litDatalistInput
litFilterInput
litPasswordInput
litTextInput
litTextAreaInput
litRadioInput
litSwitchInput
litTextLabelInput
litTogglerInput
litRangeInput
litSelectInput
litSelectizeInput
lit
.value
(even if it can be a vector of multiple values)update_input
callback
argument (Javascript function)send_on_render
argumentlist(
props = list(),
id = "", # omitted if not set
value = 1L
)
Powered by Doctave