subButton: Sub-button

Description Usage Arguments

View source: R/main.R

Description

Creates a sub-button for usage in multiActionButton

Usage

1
2
3
4
5
6
7
8
9
subButton(
  id,
  bg = NULL,
  fg = NULL,
  icon = NULL,
  iconSize = "3x",
  tooltip = NULL,
  onclick = NULL
)

Arguments

id

button id

bg

background color of the button

fg

color of the icon

icon

icon name

iconSize

icon size, can be "lg", "2x", "3x", "4x" or "5x"

tooltip

character string to show as tooltip

onclick

onclick attribute


stla/shinyMultiActionButton documentation built on Sept. 5, 2020, 5:58 p.m.