library(shiny)
library(shiny.semantic)
library(semantic.assets)
uirender(
card(
div(
class = "content",
div(class = "header", "Elliot Fu"),
div(class = "meta", "Friend"),
div(class = "description", "Elliot Fu is a film-maker from New York.")
)
)
)
Run the code above in your browser using DataLab