```jsx
import { OfflineForm } from 'react-offline-aware';
function ContactForm() {
return (
<OfflineForm
action="/api/contact"
method="POST"
onSuccess={(data) => alert('Message sent!')}
onError={(error) => console.error('Error:', error)}
onQueue={(id) => alert(Your message will be sent when you're back online (ID: ${id}))} >
Universal offline-aware components for React applications
The npm package unplugged receives a total of 1 weekly downloads. As such, unplugged popularity was classified as not popular.
We found that unplugged demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Package last updated on 03 May 2025
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.