paper_button: Creates a Shiny actionButton styled with paperCSS

Description Usage Arguments Value

View source: R/paper_button.R

Description

Creates a Shiny actionButton styled with paperCSS

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
paper_button(
  inputId,
  label,
  size = "default",
  fill = NULL,
  outline_col = NULL,
  icon = NULL,
  width = NULL,
  ...
)

Arguments

inputId

the input ID that will be used to access the butfon

label

the label of the button

size

the size of the button, either the 'default', 'small', 'large', 'block'. Defaults to 'default'.

fill

the color that will be used to fill the button

outline_col

the color of the outline of the button

icon

an optional icon() to appear on the button

width

the width of the button

...

names attributes to be applied to the button

Value

a Shiny button styled with paperCSS


feddelegrand7/paperrr documentation built on Dec. 20, 2021, 7:48 a.m.