knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

shuny

Lifecycle: experimental

Some shiny components

Installation

devtools::install_github("shunsambongi/shuny")

Example

library(shuny)
library(shiny)

groupInput("group",
  placeholder = "Search for something...",
  right = groupButton(
    actionButton("search", "Search")
  )
)

groupInput("group2",
  left = groupAddon("@"),
  placeholder = "Username"
)


shunsambongi/shuny documentation built on Aug. 19, 2022, 9:57 a.m.