New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@feedget/react

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feedget/react

Feedback widget for React applications

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
0
Weekly downloads
 
Created
Source

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:

  • Creating an account at feedget.com
  • Going to your dashboard
  • Creating a new project
  • Copying the API key

Props

PropTypeRequiredDescription
apiKeystringYesYour FeedGet API key

License

MIT © [Your Name]

Keywords

feedback

FAQs

Package last updated on 12 Feb 2025

Did you know?

Socket

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.

Install

Related posts