Skip to content

Commit

Permalink
Updated vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Dec 17, 2024
1 parent 7d3820b commit 51429dd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions vignettes/shiny_customized_widgets.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ library(shiny)
library(dipsaus)
```

```{r, results='asis', echo=FALSE}
shiny::includeCSS(system.file('www/shared/bootstrap/css/bootstrap.min.css',
package = 'shiny'))
# shiny::includeCSS(system.file('rmarkdown/templates/html_vignette/resources/vignette.css',
# package = 'rmarkdown'))
shiny::includeCSS(system.file('shiny-addons/dipsaus/dipsaus-dipterix-lib.js',
package = 'dipsaus'))
```

### 1. Styled Action Button

Expand All @@ -47,6 +39,8 @@ full features defined by `HTML`. For example, the button class is always

The usage is listed as follows:

> Note the website must include `Bootstrap` library. If you are viewing this from default `CRAN` vignette, you might want to [check this link](https://dipterix.org/dipsaus/articles/shiny_customized_widgets.html) to view the demo.
```{r, eval=FALSE}
# UI function
Expand Down

0 comments on commit 51429dd

Please sign in to comment.