@feedget/react
v1.0.0
Published
Feedback widget for React applications
Downloads
5
Readme
FeedGet React Widget
A beautiful and customizable feedback widget for React applications.
Installation
npm install @feedget/react
# or
yarn add @feedget/react
# or
pnpm add @feedget/reactUsage
import { Widget } from "@feedget/react";
function App() {
return <Widget apiKey="your_api_key_here" />;
}Features
- 📸 Screenshot capture
- 🎨 Beautiful UI
- 🔒 Secure API key authentication
- 📱 Responsive design
- 🎯 Easy to integrate
API Key
To use this widget, you'll need an API key. You can get one by:
- Creating an account at feedget.com
- Going to your dashboard
- Creating a new project
- Copying the API key
Props
| Prop | Type | Required | Description | | ------ | ------ | -------- | -------------------- | | apiKey | string | Yes | Your FeedGet API key |
License
MIT © [Your Name]
