.. currentmodule:: m5ui M5TabView ========== .. include:: ../refs/m5ui.tabview.ref M5TabView is a widget that can be used to create tabbed views in the user interface. UiFlow2 Example --------------- tabview basic ^^^^^^^^^^^^^^ Open the |tabview_cores3_example.m5f2| project in UiFlow2. This example creates a tabview. UiFlow2 Code Block: |example.png| Example output: None MicroPython Example ------------------- tabview basic ^^^^^^^^^^^^^^ This example creates a tabview. MicroPython Code Block: .. literalinclude:: ../../../examples/m5ui/tabview/tabview_cores3_example.py :language: python :linenos: Example output: None **API** ------- M5TabView ^^^^^^^^^^ .. autoclass:: m5ui.tabview.M5TabView :members: M5Label can be used in TabView. For specific usage, please refer to :ref:`m5ui.M5Label ` Documentation.