Can I create tabs in Dash?

Hi,
Can I organize my content in tabs ?
Thank you

There isn’t an official tab component yet. One solution in the meantime is to style links to look like tabs and display different content depending on the URL. Here are the docs on URLs: https://plot.ly/dash/urls

If you want to organize your content in tabs, you may be able to do using multipages.
https://github.com/plotly/dash/pull/70

There’s a tabs component under development.