action_button_animated: Animated action button

Description Usage Arguments

View source: R/utils_action_button_animated.R

Description

Creates an animated action button. It's value is initially zero and increments by one each time it's pressed.

Usage

1
2
3
4
5
6
7
action_button_animated(
  inputId,
  visible_content,
  hidden_content,
  class = "basic fade",
  ...
)

Arguments

inputId

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

visible_content

Content of button

hidden_content

Content of button when mouse is on button

class

Additional classes for the button

...

Attributes to pass to button


jakubsob/ships documentation built on Jan. 11, 2021, 12:27 a.m.