if (FALSE) { # rlang::is_interactive()
toolbar(
toolbar_input_button(id = "left1", label = "Left"),
toolbar_divider(),
toolbar_input_button(id = "right1", label = "Right")
)
toolbar(
toolbar_input_button(id = "a", label = "A"),
toolbar_divider(width = "5px", gap = "20px"),
toolbar_input_button(id = "b", label = "B")
)
toolbar(
toolbar_input_button(id = "previous", label = "Previous"),
toolbar_spacer(),
toolbar_input_button(id = "next", label = "Next")
)
}
Run the code above in your browser using DataLab