xel
xel copied to clipboard
Xel - Widget toolkit for building native-like Electron and Web apps
Hello, [Tauri](https://tauri.app/) is an Electron alternative that [uses different engines depending on operating system](https://github.com/tauri-apps/wry#platform-specific-notes) : - [WebKitGTK](https://webkitgtk.org/) on Linux - [WebKit](https://webkit.org/) on Mac - [Edge WebView2](https://developer.microsoft.com/microsoft-edge/webview2/) on Windows Since it...
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...
Implement bright and dark themes based on [Elementary OS HIG](https://elementary.io/en/docs/human-interface-guidelines#human-interface-guidelines). Widgets should be styled so that macOS and Elementary themes could be switched without breaking the app layout. Additional mockups:...
Implement Flat theme inspired by http://designmodo.github.io/Flat-UI/ and http://element.eleme.io/ Follow https://www.viget.com/articles/color-contrast and https://www.nngroup.com/articles/low-contrast/.
Inspirations: - http://accessibility.athena-ict.com/aria/examples/tooltip.shtml - http://cx.codaxy.com/v/master/docs/widgets/tooltips - http://ytiurin.github.io/html5tooltipsjs/ Sample usage: ```html Open Click to open a new tab ```
Should look like the "Block" picker on https://casesandberg.github.io/react-color/
This widget should be build on top of [ProseMirror](https://prosemirror.net). There should be no menus or toolbars provided out of the box, but the demo site should show how to compose...
This widget should use CodeMirror under the hood. There should be no hard-coded menus or toolbars, instead the demo site should provide several examples how to implement those.
This widget should use CodeMirror under the hood. There should be no hard-coded menus or toolbars, instead the demo site should provide several examples how to implement those.
https://stackoverflow.com/q/59585144/1420197