powered by
Create Semantic UI Button
uibutton(name, label, icon = NULL, type = NULL, ...)
The input slot that will be used to access the value.
input
The contents of the button or link
An optional uiicon() to appear on the button.
uiicon()
An optional attribute to be added to the button's class.
Named attributes to be applied to the button
# NOT RUN { uibutton("simple_button", "Press Me!") # }
Run the code above in your browser using DataLab