-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.33 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
LazyData: true
Imports:
htmltools,
shiny,
reactR,
grDevices,
utils
RoxygenNote: 7.1.1