use_empty_state: Add empty state dependency

View source: R/empty_state.R

use_empty_stateR Documentation

Add empty state dependency

Description

Empty state dependencies to include anywhere in your UI but ideally at the top.

Usage

use_empty_state()

Value

a html_dependency object

Examples

library(shiny)
library(shiny.emptystate)

if (interactive()) {
  ui <- fluidPage(
    use_empty_state(),
    dataTableOutput("my_table")
  )
}


shiny.emptystate documentation built on Aug. 17, 2023, 9:06 a.m.