bslib
bslib copied to clipboard
Add input_check_search()
Hello world example:
shinyApp(
page_fluid(input_check_search("foo", state.name)),
function(...) {}
)
TODO
- [ ] Move
inst/component/check-search.js
to TypeScript (i.e.,srcts
) - [ ] Should
input_check_search()
work without Shiny?