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
14
{
  "version": 1,
  "small": {
    "type": "vstack",
    "spacing": 4,
    "padding": 8,
    "background": "#111827",
    "children": [
      { "type": "text", "content": "Top", "fontSize": 14, "color": "#fff" },
      { "type": "spacer" },
      { "type": "text", "content": "Bottom", "fontSize": 14, "color": "#fff" }
    ]
  }
}