# NOT RUN {
if (interactive()) {
library(dash)
app <- Dash$new()
app$layout(
htmlDiv(list(
"In a long string, it might be a good idea to add an htmlWbr to specify word breaks",
htmlP("Thisverylongstringwithnowhitespaceswon'tlookverygood"),
htmlWbr(),
htmlP("butatleastyoucanspecifya'natural'placeforthestringtobebrokenup")
)
)
)
app$run_server()
}
# }
Run the code above in your browser using DataLab