@access-ci/ui 0.12.0 → 0.13.1

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 CHANGED
@@ -132,6 +132,11 @@ The library includes functions for rendering common ACCESS user interface compon
132
132
  qaBot({
133
133
  target: document.getElementById("qa-bot"),
134
134
  apiKey: "my-api-key",
135
+ userEmail: "user@example.com",
136
+ userName: "John Doe",
137
+ accessId: "jdoe123",
138
+ isLoggedIn: true,
139
+ welcome: "Welcome to the ACCESS Q&A Bot!",
135
140
  });
136
141
  </script>
137
142
  ```