Installation

Add the library

Copy the script below and paste it between the <head> tags.

<!-- SO-Framework -->
<script src="https://cdn.shinyobjectlabs.io/libs/framework@0.1.0/framework.js"></script>

DEPRECATION WARNING (v0.1.0): x-model is being replaced by x-sync and may be removed in a future release. Please update your code accordingly.

Add the inspector (optional)

The inspector lets you view the component's reactive store without leaving your website.

SO-Inspector is a tool for debugging and should be removed once you finish developing the website.

Add the query parameter ?debug=true to enable the inspector.

Copy the script below and paste it between the <head> tags.

<!-- SO-Inspector - Remove once you have finished testing -->
<script type="module" src="https://cdn.shinyobjectlabs.io/libs/inspector@0.0.1/inspector.js"></script>

Last updated