togo install togo-framework/widget-headerSearch launcher (cmd-K), theme toggle and locale switch.
This widget's UI lives in web/index.tsx — the React component the board renders. It imports @togo-framework/widget, is settings-backed (editable in place), and registers itself. The Go module embeds web/ via go:embed.
MIT