actionBttnPlus: Extend 'shinyWidgets::actionBttn'

Description Usage Arguments Author(s) See Also

View source: R/actionBttnPlus.R

Description

Like actionBttn and even awesomer

Usage

1
2
3
actionBttnPlus(inputId, label = NULL, icon = NULL, style = "unite",
  color = "default", size = "md", block = FALSE, no_outline = TRUE,
  classPlus = "", stylePlus = "", ...)

Arguments

inputId

The input slot that will be used to access the value.

label

The contents of the button, usually a text label.

icon

An optional icon to appear on the button.

style

Style of the button, to choose between simple, bordered, minimal, stretch, jelly, gradient, fill, material-circle, material-flat, pill, float, unite.

color

Color of the button : default, primary, warning, danger, success, royal.

size

Size of the button : xs,sm, md, lg.

block

Logical, full width button.

no_outline

Logical, don't show outline when navigating with keyboard/interact using mouse or touch.

classPlus

String; pass additional classes to the button tag

stylePlus

String; pass additional styles to the button tag

...

Pass additional arguments to the button tag

Author(s)

Andrea Berardi Andrea.Berardi@PAREXEL.com

See Also

downloadBttn


PAREXEL-PAC/shinyPlusPXL documentation built on March 14, 2020, 3:11 p.m.