Comment on page
✨
Installation
Copy the script below and paste it between the
<head>
tags.<!-- SO-Framework -->
<script src="https://cdn.shinyobjectlabs.io/libs/[email protected]/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.
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/[email protected]/inspector.js"></script>
Last modified 7mo ago