orthofoodie-widget-signup-form
v0.0.15
Published
This widget provides a form to signup for the official OrthoFoodie App
Readme
OrthoFoodie Widget Signup Form
A production-ready React widget with complete CSS isolation using Shadow DOM. Embeds seamlessly into any website without style conflicts or scroll interference.
🚀 Quick Start
Add these lines to your HTML:
<!-- 1. Load the widget in <head> -->
<link rel="stylesheet" href="https://unpkg.com/orthofoodie-widget-signup-form@latest/dist/styles.css">
<script src="https://unpkg.com/orthofoodie-widget-signup-form@latest/dist/main.js" defer></script>
<!-- 3. Add the widget container anywhere on your page -->
<div class="orthofoodie-widget-signup-form"></div>That's it! The widget will automatically initialize.
🔍 Troubleshooting
Widget not appearing?
- Check browser console for errors
- Ensure script tag has
deferattribute - Verify container class:
orthofoodie-widget-signup-form
Styles look wrong?
- Clear browser cache
- Ensure you're using the latest build
- Check Network tab that
main.jsloaded successfully
