spsComps

systemPipeShiny Components (spsComps) package is a collection of Shiny custom UI and server components. These components include different kinds of new inputs, buttons, animations, progress loaders and more on the UI side. There are also components like exception handling, validation functions on server side.

Demos

Demo type source code
shiny shinyapps.io Github
Rmd Rmarkdown rendered Raw

Install

Install release version from CRAN:

install.packages("spsComps")

Develop version:

if (!requireNamespace("remotes", quietly=TRUE))
    install.packages("remotes")
remotes::install_github("lz100/spsComps")

User manual

Other packages in systemPipeShiny

Package Description Documents Function reference Demo
systemPipeShiny SPS main package website link demo
spsComps SPS UI and server components website link demo
drawer SPS interactive image editing tool website link demo
spsUtil SPS utility functions website link NA

some screenshots of spsComps

Animations

animation

Loaders

loader

Buttons

Code display button
display_code
Go top button
gotop
Input buttons
buttons
Button groups
buttons_tab
Table of buttons
buttons_table
gallery

Logos

logos

Progress tracking

Porgress panel
pg_panel
Timeline
timeline

Tooltips

tooltips
tooltips

Popovers

popovers
popovers

Colorful titles

spstitle

Colorful divider lines

spshr