Add a searchbar widget to your 'Shiny' application. The widget quickly integrates with any existing element containing text to highlight matches. Highlighting is done with the 'JavaScript' library 'mark.js'. The widget includes buttons to cycle through multiple instances of the match and automatically scroll to the matches in an overflow element (or window). The widget also displays the total number of matches and which match is currently being cycled through. The widget is structured as a 'Bootstrap 3' input group.
Version: | 1.0.0 |
Depends: | R (≥ 2.10) |
Imports: | shiny, jsonlite |
Suggests: | testthat |
Published: | 2020-06-02 |
DOI: | 10.32614/CRAN.package.shinySearchbar |
Author: | Jesse Norris [aut, cre], Julian Kühnel [ctb] (mark.js) |
Maintainer: | Jesse Norris <affeinated at gmail.com> |
BugReports: | https://github.com/jes-n/shiny-searchbar/issues |
License: | GPL-3 |
URL: | https://github.com/jes-n/shiny-searchbar |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | shinySearchbar results |
Reference manual: | shinySearchbar.pdf |
Package source: | shinySearchbar_1.0.0.tar.gz |
Windows binaries: | r-devel: shinySearchbar_1.0.0.zip, r-release: shinySearchbar_1.0.0.zip, r-oldrel: shinySearchbar_1.0.0.zip |
macOS binaries: | r-release (arm64): shinySearchbar_1.0.0.tgz, r-oldrel (arm64): shinySearchbar_1.0.0.tgz, r-release (x86_64): shinySearchbar_1.0.0.tgz, r-oldrel (x86_64): shinySearchbar_1.0.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=shinySearchbar to link to this page.