View source: R/utils_action_button_animated.R
Creates an animated action button. It's value is initially zero and increments by one each time it's pressed.
1 2 3 4 5 6 7 | action_button_animated(
inputId,
visible_content,
hidden_content,
class = "basic fade",
...
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.