Skip to content

Commit

Permalink
add showcase in index
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Jul 11, 2024
1 parent cc646fc commit b1bf45d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@

> extensions for shinydashboard
```{r, eval=TRUE, echo=FALSE}
card(
shiny::tags$iframe(
class = "html-fill-item",
src = "https://shinylive.io/r/app/#h=0&code=NobwRAdghgtgpmAXGKAHVA6ASmANGAYwHsIAXOMpMAGwEsAjAJykYE8AKAZwAtaJWAlAB0IdJiw48+rACZQe9IixnDRDZmy69+chUsYyACtQCunVSKn8AgugAitRl1adyMDADNa1OOyFg4AA9YVB9Of1wAAlQoAgBrKABzOEiAXkj-K1l5bkVlYzN-AQEwAF8AXSA",
height = "800",
width = "100%",
style = "border: 1px solid rgba(0,0,0,0.175); border-radius: .375rem;",
allowfullscreen = "",
allow = "autoplay",
`data-external` = "1"
),
full_screen = TRUE,
style = "margin: 0 auto; float: none;"
)
```

## Installation

```r
Expand Down

0 comments on commit b1bf45d

Please sign in to comment.