fedback
v1.0.1
Published
A feedback component for React
Maintainers
Readme
Fedback
Seamlessly integrate Feedback button into you app and get all insights within seconds
https://github.com/user-attachments/assets/db523006-a3ec-49a3-9774-bc8cb2c34424
🚀 Installation Guide for Fedback
Start collecting feedback and gaining insights in under a minute!
1. Install the Fedback package
Use npm to install the Fedback component into your project:
npm install fedback2. Generate Your API Key
- Visit fedback.vercel.app
- Log in with your preferred account
- Copy your unique API key from the dashboard
3. Add the Feedback Component to Your App
Paste the following code into your React component:
import Feedback from 'fedback';
function App() {
return (
<div>
<Feedback apiKey={"your_api_key_here"} />
</div>
);
}
export default App;🔐 Note: Replace
"your_api_key_here"with your actual API key
4. You're All Set!
🎉 That’s it! Launch your app and the feedback widget will be live.
All responses and insights will be available on your Fedback Dashboard.
