1.0.0 • Published 1 year ago

@feedget/react v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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/react

Usage

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:

  1. Creating an account at feedget.com
  2. Going to your dashboard
  3. Creating a new project
  4. Copying the API key

Props

PropTypeRequiredDescription
apiKeystringYesYour FeedGet API key

License

MIT © Your Name