powered by
Use this function to create tabs in your application.
material_tabs(tabs, color = NULL)
Named vector. The tab display names and corresponding tab ids.
String. The accent color of the tabs. Leave blank for the default color. Must be valid css color.
material_tab_content
# NOT RUN { material_tabs( tabs = c( "Example Tab 1" = "example_tab_1", "Example Tab 2" = "example_tab_2" ), color = "purple" ) # }
Run the code above in your browser using DataLab