fluidPage(
shinyFeedback::useShinyFeedback(),
shinyjs::useShinyjs(),
# Application Title
titlePanel(
h1("Shiny CRUD Application", align = 'center'),
windowTitle = "Shiny CRUD Application"
),
cars_table_module_ui("cars_table")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.