diff --git a/README.md b/README.md index fb57aef..d009321 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The goal of `{shinyNextUI}` is to provide a wrapper around the NextUI React [library](https://nextui.org/). -![](./man/figures/navbar.png) +![](./man/figures/pkmn.png) ## Installation @@ -21,7 +21,7 @@ devtools::install_github("RinteRface/shinyNextUI") ## Example -This is a basic example which shows you how to solve a common problem: +To quickly get started with any example: ``` r library(shinyNextUI) diff --git a/inst/examples/table/app.R b/inst/examples/table/app.R index 2df3162..7ad2515 100644 --- a/inst/examples/table/app.R +++ b/inst/examples/table/app.R @@ -1,5 +1,6 @@ library(shiny) library(shinyNextUI) +library(shiny.react) ui <- nextui_page( dark_mode = TRUE, diff --git a/inst/showcase/app.R b/inst/showcase/app.R index 5b020a3..f4e49c4 100644 --- a/inst/showcase/app.R +++ b/inst/showcase/app.R @@ -1,6 +1,7 @@ library(shiny) library(shinyNextUI) library(echarts4r) +library(shiny.react) library(dplyr) sapply(list.files( diff --git a/man/figures/navbar.png b/man/figures/navbar.png deleted file mode 100644 index fc5a2aa..0000000 Binary files a/man/figures/navbar.png and /dev/null differ diff --git a/man/figures/pkmn.png b/man/figures/pkmn.png new file mode 100644 index 0000000..e2a5b19 Binary files /dev/null and b/man/figures/pkmn.png differ