Description Usage Arguments Value See Also Examples
Creates a button specifically for Fomantic UI forms in order to check all inputs meet validation rules
1 |
input_id |
The input slot that will be used to access the value |
label |
The contents of the button, can either be character string or HTML tags |
icon |
An optional |
width |
Width of the input |
... |
Named attributes to be applied to the button or remaining parameters passed to button, like |
A shiny.tag
that will show a submit button in the UI of a shiny application.
form_validation
, action_button
1 | form_button("submit", "Submit")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.