Arrow button

arrowButton(id, direction = "left", ...)

Arguments

id

The input id to read value from.

direction

The direction of arrow button.

...

List of tag attributes.

Examples

if (interactive()) {
  arrowButton("awesome-id", direction = "left")
}