buttonRow: Button Row

View source: R/buttonRow.R

buttonRowR Documentation

Button Row

Description

This function creates a row of buttons

Usage

buttonRow(...)

Arguments

...

Insert button functions in a tagList shiny

Examples

  buttonRow(taglist(
  buttonModal(buttonModal("sample-id","ID Form")),
  actionButton("submit","Submit Responses", icon = icon("check"))
  ))

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.