Theme Customization Demo
Embeddable Isolated Currency Widget
This portal demonstrates how the currency converter widget encapsulates its styling and network requests. You can easily embed it onto client sites, booking engines, or dashboards without worrying about styling collisions.
How to Integrate
Include our minified script and configure options or theme classes via HTML attributes:
<!-- Load Script -->
<script src="widget.js"></script>
<!-- Use standard theme (dark, light, glass, midnight) -->
<currency-converter theme="light" api-url="https://ss-labz-currency-api.onrender.com"></currency-converter>