0.3.6 • Published 4 months ago

feedback-handler v0.3.6

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Feedback Handler

The Feedback Handler package provides a simple and customizable solution for collecting user feedback, including ratings, reviews, and the ability to select specific components for feedback.

Features

  • Rating System: Users can provide numerical ratings for their experience.
  • Review Comments: Users can leave detailed comments and reviews.
  • Component Selection: Users can specify which components or features their feedback is related to.
  • Customizable: Easily integrate the package into your project and customize the appearance and behavior to suit your needs.

Installation

npm install feedback-handler

Setup

Import the package at the top of app.js file or main file in your project.

import FeedBackHandler from 'feedback-handler'

Wrap the components in FeedBackHandler

function App() {
  return (
    <FeedBackHandler>
      <Routes>
        <Route path="/" element={<Homepage />} />
      </Routes>
    </FeedBackHandler>
  );
}
export default App;
0.3.6

4 months ago

0.3.5

4 months ago

0.3.4

4 months ago

0.3.0

4 months ago

0.2.9

4 months ago

0.3.2

4 months ago

0.3.1

4 months ago

0.3.3

4 months ago

0.2.7

4 months ago

0.2.8

4 months ago

0.2.6

4 months ago

0.2.5

4 months ago

0.2.4

4 months ago

0.2.3

4 months ago

0.2.2

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.9

4 months ago

0.1.8

4 months ago

0.1.7

4 months ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago