Package: shinyChakraSlider Title: Combined Slider and Numeric Input for 'Shiny' Version: 0.1.0 Authors@R: c( person(given = "Stéphane", family = "Laurent", role = c("aut", "cre"), email = "laurent_step@outlook.fr"), person(given = "Segun", family = "Adebayo", role = c("ctb", "cph"), email = "sage@adebayosegun.com", comment = "'chakra-ui' library (https://github.com/chakra-ui/chakra-ui)"), person(given = "Goran", family = "Gajic", role = c("ctb", "cph"), comment = "'react-icons' library (https://github.com/react-icons/react-icons)"), person(given = "Peter", family = "Newnham", role = c("ctb", "cph"), comment = "'react-html-parser' library (https://github.com/wrakky/react-html-parser)") ) Description: Provides a combined slider and numeric input for usage in a 'Shiny' app. The slider and the numeric input are linked together: each one is updated when the other one changes. Many styling properties are customizable (e.g. colors and size). URL: https://github.com/stla/shinyChakraSlider BugReports: https://github.com/stla/shinyChakraSlider/issues License: GPL-3 Encoding: UTF-8 Imports: htmltools, shiny, reactR, grDevices, utils RoxygenNote: 7.1.1 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://stla.r-universe.dev Date/Publication: 2020-08-26 12:29:06 UTC RemoteUrl: https://github.com/stla/shinychakraslider RemoteRef: HEAD RemoteSha: 496659034aefb80ee5232c4301b46fe8ed0e03c0 NeedsCompilation: no Packaged: 2026-07-05 02:06:02 UTC; root Author: Stéphane Laurent [aut, cre], Segun Adebayo [ctb, cph] ('chakra-ui' library (https://github.com/chakra-ui/chakra-ui)), Goran Gajic [ctb, cph] ('react-icons' library (https://github.com/react-icons/react-icons)), Peter Newnham [ctb, cph] ('react-html-parser' library (https://github.com/wrakky/react-html-parser)) Maintainer: Stéphane Laurent