library(shiny)
library(OSUICode)
shinyApp(
ui = fluidPage(
fluidRow(
column(
width = 6,
align = "center",
br(),
my_card("Card Content")
)
)
),
server = function(input, output) {}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.