Framework Adapters
@toolbox-web/grid is a framework-agnostic web component, but most applications want their cell renderers, editors, and tool panels written in their host framework — JSX, Angular templates, Vue SFCs. Framework adapters are the bridge: each adapter intercepts grid rendering and mounts the appropriate framework primitive at the right DOM node.
Three official adapters ship today:
You can also write your own adapter for any framework (Svelte, Solid, Lit, plain custom elements) — the contract is small and stable.
Architecture How adapters integrate into the grid lifecycle, the FrameworkAdapter interface, registration, and invocation points.
API Reference Typed reference for FrameworkAdapter, registration helpers, and the cell-renderer / editor contracts.
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt