Shiny input bindings

Description

JavaScript bindings that let a Shiny app read and update the basecoat inputs Shiny cannot already: bc_radio_group(), bc_slider(), bc_select() and bc_combobox().

Usage

bc_shiny_deps()

Value

An htmltools::htmlDependency().

Details

Add beside bc_deps(), not instead of it. Every other input is native, so Shiny already reads it as input$id.

Examples

bc_shiny_deps()