tauri-plugin-widgets 0.4.1

Tauri plugin for App Widgets on Android, iOS, and macOS (WidgetKit); Windows Widgets Board (Adaptive Cards) + desktop webview; Linux desktop webview with X11 DESKTOP pin.
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "version": 1,
  "small": {
    "type": "vstack",
    "padding": 8,
    "background": "#111",
    "children": [
      { "type": "text", "content": "Leading", "fontSize": 14, "color": "#fff", "alignment": "leading" },
      { "type": "text", "content": "Center", "fontSize": 14, "color": "#fff", "alignment": "center" },
      { "type": "text", "content": "Trailing", "fontSize": 14, "color": "#fff", "alignment": "trailing" }
    ]
  }
}