Add a button input.

input_button(id, label, class = "default")

Arguments

id

Id of the button.

label

Label to display.

class

Class of the button.

Details

The class argument defines the style of the button in Bootstrap 3, generally accepts:for

  • default

  • info

  • success

  • warning

  • danger