diff --git a/blogdown/md5sum.txt b/blogdown/md5sum.txt index 6e35fdfe6..4c1fee296 100644 --- a/blogdown/md5sum.txt +++ b/blogdown/md5sum.txt @@ -60,7 +60,7 @@ "content/en/sps/dev/spscomps/server.Rmarkdown" "bbac38b3912e031093f84803cc96a3c3" "content/en/sps/dev/spscomps/server.Rmd" "bbac38b3912e031093f84803cc96a3c3" "content/en/sps/dev/spscomps/ui.Rmarkdown" "b94a428e18b0864e8617baf7ccbc30bc" -"content/en/sps/dev/spscomps/ui.Rmd" "37f4c5a7f46de3dc0d2b343959ff87a2" +"content/en/sps/dev/spscomps/ui.Rmd" "13db680921b7d61c46c37d25480c1127" "content/en/sps/dev/spsutil.Rmarkdown" "68d2201326131622572726d5fd794fe5" "content/en/sps/dev/spsutil.Rmd" "68d2201326131622572726d5fd794fe5" "content/en/sps/newtab.Rmarkdown" "4eda65b3a7c124dfb45e21e221958ea7" diff --git a/content/en/sps/dev/spscomps/_index.md b/content/en/sps/dev/spscomps/_index.md index 232400a2e..a72bd3012 100644 --- a/content/en/sps/dev/spscomps/_index.md +++ b/content/en/sps/dev/spscomps/_index.md @@ -5,14 +5,23 @@ type: docs weight: 1 --- - ## SPS Components package systemPipeShiny Components (spsComps) package is a collection of custom UI and server components that are used in SPS main framework. If you see a component in SPS but want to outside the SPS framework, like in your own Shiny apps, -take a look at these components. Here is a **[online demo](https://lezhang.shinyapps.io/spsComps)** -of these components. +take a look at these components. + +## Demos + +| Demo | type | source code | +|---|---|---| +|[shiny{blk}](https://lezhang.shinyapps.io/spsComps)|shinyapps.io|[Github{blk}](https://github.com/lz100/spsComps/tree/master/examples/demo)| +|[Rmd](https://systempipe.org/sps/dev/spscomps/ui/)|Rmarkdown rendered|[Raw{blk}](https://raw.githubusercontent.com/systemPipeR/systemPipeR.github.io/main/content/en/sps/dev/spscomps/ui.Rmd)| + + ## Installation diff --git a/content/en/sps/dev/spscomps/ui.Rmd b/content/en/sps/dev/spscomps/ui.Rmd index 723fffc6b..58d80f574 100644 --- a/content/en/sps/dev/spscomps/ui.Rmd +++ b/content/en/sps/dev/spscomps/ui.Rmd @@ -4,7 +4,7 @@ linkTitle: "UI components" type: docs weight: 1 --- -## UI Components + For most of the UI components, you can view them in the [online Shiny demo{blk}](https://lezhang.shinyapps.io/spsComps). Most but **not all** UI components work in a Rmarkdown document. Here we demostrate how you could use some of them in a Rmarkdown doc. The source code of this diff --git a/content/en/sps/dev/spscomps/ui.md b/content/en/sps/dev/spscomps/ui.md index 29bd61157..ad504edb1 100644 --- a/content/en/sps/dev/spscomps/ui.md +++ b/content/en/sps/dev/spscomps/ui.md @@ -85,7 +85,7 @@ weight: 1 -\#\# UI Components + For most of the UI components, you can view them in the [online Shiny demo{blk}](https://lezhang.shinyapps.io/spsComps). Most but **not all** UI components work in a Rmarkdown document. Here we demostrate how you could use some of them in a Rmarkdown doc. The source code of this @@ -169,46 +169,46 @@ gallery( ) ``` -