Nothing
test_that("adds html class", {
tag <- div() %>%
item_order(2)
expect_shiny_tag(tag)
expect_html_class(tag, "order-2")
})
test_that("adds responsive html class", {
tag <- div() %>%
item_order(md = 2)
expect_html_class(tag, "order-md-2")
})
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.