Learn R Programming

shiny.semantic (version 0.3.0)

uibutton: Create Semantic UI Button

Description

Create Semantic UI Button

Usage

uibutton(name, label, icon = NULL, type = NULL, ...)

Arguments

name

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

label

The contents of the button or link

icon

An optional uiicon() to appear on the button.

type

An optional attribute to be added to the button's class.

...

Named attributes to be applied to the button

Examples

Run this code
# NOT RUN {
uibutton("simple_button", "Press Me!")

# }

Run the code above in your browser using DataLab