jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
677 stars 58 forks source link

doctabs alternative #110

Closed IonicaBizau closed 10 months ago

IonicaBizau commented 2 years ago

We have been using the x-doctabs and would like to upgrade xel to the latest version. However, this component was removed. Is there an alternative for this?

I really like x-doctabs because it comes with all the needed functionality.

Thanks! 😄

jarek-foksa commented 2 years ago

I have removed the <x-doctabs> element because it was impossible to fully imitate the behavior of native tabs on the client side. I'm also no longer using custom tabs in my apps because they do not really fit into the multi-document PWA app architecture.

I would recommend you to either switch to the native tabs API once it becomes stable or implement your own solution using e.g. the code from the older version of Xel.