behavioural-dashboard 0.9.1 → 0.9.3
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# behavioural-dashboard
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/behavioural-dashboard)
|
|
4
|
+
|
|
3
5
|
A framework-agnostic TypeScript engine that tracks user interaction patterns and outputs serializable state for adaptive UIs. No DOM manipulation, no CSS, no framework lock-in — just behavioural primitives you wire into your own components.
|
|
4
6
|
|
|
7
|
+
[Live demo](https://ricardomonteirosimoes.github.io/behavioural-dashboard/) · [npm package](https://www.npmjs.com/package/behavioural-dashboard)
|
|
8
|
+
|
|
5
9
|
> **ESM only.** This package ships ES modules exclusively. It requires a bundler or a runtime that supports `"type": "module"`.
|
|
6
10
|
|
|
7
11
|
## Installation
|
package/package.json
CHANGED