togo install togo-framework/widgetThe widget contract + registry. Concrete widgets ship as widget-* driver plugins that self-register; an app installs only the ones it wants.
This package's UI lives in web/: the widget registry + WidgetCard contract (@togo-framework/widget). Concrete widgets (the widget-* drivers) register into it and render inside its card shell. The Go module embeds web/ via go:embed (WebAssets).
MIT