docs: add documentation for embedding via web components (#1670)

The web components version of embedding was missing documentation. I've
added it here. Let me know if there's anything that should be
changed/updated.
This commit is contained in:
David Nimon
2025-02-26 01:04:05 -04:00
committed by GitHub
parent 42e39f7ef1
commit 7bb93e4233
3 changed files with 102 additions and 9 deletions

View File

@ -6,5 +6,6 @@
"solid": "Solid Integration",
"preact": "Preact Integration",
"angular": "Angular Integration",
"css-variables": "CSS Variables"
"css-variables": "CSS Variables",
"web-components": "Web Components"
}