Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Nov 13, 2023
1 parent ae6fc5b commit 8dfb35d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down
1 change: 1 addition & 0 deletions inst/examples/table/app.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
library(shiny)
library(shinyNextUI)
library(shiny.react)

ui <- nextui_page(
dark_mode = TRUE,
Expand Down
1 change: 1 addition & 0 deletions inst/showcase/app.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
library(shiny)
library(shinyNextUI)
library(echarts4r)
library(shiny.react)
library(dplyr)

sapply(list.files(
Expand Down
Binary file removed man/figures/navbar.png
Binary file not shown.
Binary file added man/figures/pkmn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8dfb35d

Please sign in to comment.