@qirtaas/react 0.0.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/qirtaas-react.js +5812 -5733
- package/package.json +9 -5
- package/src/index.ts +2 -0
package/README.md
CHANGED
|
@@ -44,6 +44,14 @@ for imperative, mount-less operations (e.g. `deleteDocument` from a list view).
|
|
|
44
44
|
The editor is a self-contained island — the host needs no Vue. The wrapper is
|
|
45
45
|
StrictMode-safe (each cleanup fully destroys the editor).
|
|
46
46
|
|
|
47
|
+
## Documentation
|
|
48
|
+
|
|
49
|
+
Full docs at [docs.qirtaas.io](https://docs.qirtaas.io). For AI coding
|
|
50
|
+
assistants: the complete docs as one markdown file at
|
|
51
|
+
[docs.qirtaas.io/llms-full.txt](https://docs.qirtaas.io/llms-full.txt), and
|
|
52
|
+
ready-made integration prompts at
|
|
53
|
+
[docs.qirtaas.io/ai/build-with-ai](https://docs.qirtaas.io/ai/build-with-ai).
|
|
54
|
+
|
|
47
55
|
## License
|
|
48
56
|
|
|
49
57
|
MIT
|