Concorde reference — HTML integration (no Lit). Some hosts (legacy PHP pages, static HTML) embed Concorde components without a Lit build step. They can use HTML attributes such as data-bind, dataProvider, and formDataProvider on tags directly in th Doc ID: docs/_misc/html-integration. Keywords: Concorde, supersoniks, docs/_misc/html-integration, html-integration, HTML integration (no Lit), reference, data-bind, dataProvider, formDataProvider, src/docs/example/, , src/docs/example/*.ts, @subscribe. URL: https://concorde.supersoniks.org/crawl/docs/_misc/html-integration.html.
HTML integration (no Lit)
Some hosts (legacy PHP pages, static HTML) embed Concorde components without a Lit build step. They can use HTML attributes such as data-bind, dataProvider, and formDataProvider on tags directly in the page.
That style is not what we demonstrate in this doc site: live examples are Lit components under src/docs/example/, registered once and reused from Markdown via tags like <docs-joke-search-demo>.
| Goal | Use |
|---|---|
| Learn modern patterns | My first component, Data flow |
| Author doc examples | <docs-lit-demo> + src/docs/example/*.ts — see My first component |
| Embed in plain HTML only | data-bind / Subscriber docs in Legacy — Subscriber mixin |
New application code in TypeScript should use @subscribe, formDataProvider + name, and Lit templates — not HTML data-bind.