# NOT RUN {
# List
fui_el$list(
fui_el$item("Item 1"),
fui_el$item("Item 2"),
fui_el$item("Item 3")
)
# Pink Segment
fui_el$segment(
class = "pink"
)
# Grid
fui_el$grid(
fui_el$row(
class = "two column",
fui_el$column(),
fui_el$column()
)
)
# Flag
fui_el$flag("fr")
# Icon
fui_el$icon("exclamation triangle")
# }
Run the code above in your browser using DataLab