Nothing
cssDependency <- htmltools::htmlDependency(
name = "datetimePicker-css",
version = "1.0.0",
src = "www/datetimePicker/css",
package = "shinyDatetimePickers",
stylesheet = c(
paste0(
"datetime-slider-picker/",
c("Calendar.css", "TimePicker.css", "Picker.css")
),
paste0(
"datetime-picker/",
c("Calendar.css", "Clock.css", "DateTimePicker.css")
),
paste0(
"datetime-mui-picker/",
c("FrontUI.css", "Calendar.css")
)
)
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.