agentation-wc
v1.0.2
Published
Web Component wrapper for Agentation - drop a <script> tag, get the visual feedback tool
Maintainers
Readme
agentation-wc
Web Component wrapper for Agentation. Drop a script tag, get the visual feedback tool. No React setup needed.
Usage
<script src="https://unpkg.com/agentation-wc"></script>
<agentation-tool></agentation-tool>Or in a Kirby template (dev only):
<?php if ($kirby->option('debug')): ?>
<script src="https://unpkg.com/agentation-wc"></script>
<agentation-tool></agentation-tool>
<?php endif ?>