A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://appsilon.github.io/shiny.emptystate/reference/use_empty_state.html below:

Add empty state dependency — use_empty_state • shiny.emptystate

Add empty state dependencySource: R/empty_state.R

use_empty_state.Rd

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")
  )
}

On this page

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4