Package: shinySearchbar
Title: Shiny Searchbar - An Input Widget for Highlighting Text and More
Version: 1.0.0
Authors@R: c(
    person("Jesse", "Norris", email = "affeinated@gmail.com", role = c("aut", "cre")),
    person("Julian", "Kühnel", role = "ctb", comment = "mark.js")
  )
Description: 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.
URL: https://github.com/jes-n/shiny-searchbar
BugReports: https://github.com/jes-n/shiny-searchbar/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Collate: 'demo.R' 'utils.R' 'input-searchbar.R'
Imports: shiny, jsonlite
Suggests: testthat
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2020-05-26 02:49:25 UTC; jesse
Author: Jesse Norris [aut, cre],
  Julian Kühnel [ctb] (mark.js)
Maintainer: Jesse Norris <affeinated@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-02 09:50:02 UTC
Built: R 4.3.0; ; 2023-04-06 18:55:22 UTC; unix
