mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 02:28:56 +00:00
This commit adds two new components to the StatusQ.Controls module: - StatusSwitchTabBar - StatusSwitchTabButton Usage: ```qml StatusSwitchTabBar { StatusSwitchTabButton { text: "Tab 1" } StatusSwitchTabButton { text: "Tab 2" } StatusSwitchTabButton { text: "Tab 3" } } ``` Closes #365