1.0.0 • Published 10 months ago
@hipaatizer/react-embed v1.0.0
HIPAAtizerEmbed
🛡️ Embed HIPAA-Compliant Forms in Your React App
HIPAAtizerEmbed is a lightweight React component for embedding secure, HIPAA-compliant forms from HIPAAtizer directly into your React applications.
📦 Installation
Install the package using npm:
npm install @hipaatizer/react-embed⚡ Usage
Import the component and use it in your React app:
import HIPAAtizerEmbed from '@hipaatizer/react-embed';
function App() {
return <HIPAAtizerEmbed formId="your-form-id" />;
}
export default App;🔍 How to find your form ID:
- Log into the HIPAAtizer Dashboard
- Navigate to Form Settings → Integrations → React.js
🎯 Features
- ✅ Plug-and-Play: Embed forms with a single React component
- ✅ Secure by Design: Forms are rendered in the user's browser via an iframe, with content securely hosted in a HIPAA-compliant environment
- ✅ Lightweight: Minimal footprint and no runtime dependencies
🚀 Contributing
Contributions are welcome! If you encounter issues or have suggestions, feel free to open an issue on GitLab.
📄 License
Licensed under the GNU General Public License v2.0.
Need help? Contact us or check out the official HIPAAtizer documentation. 🚀