1.0.6 • Published 2 years ago

@karthik1984/feedback-widget v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Feedback Widget for Websites

This is a react component to display a feedback widget at the bottom right of the screen. Users can provide optional rating and feedback text using it, which will be passed to callback function as (rating, feedbacktext).

Installation

npm install @karthik1984/feedback-widget

How to use

A simple example is as below

import Feedback from '@karthik1984/feedback-widget'
import '@karthik1984/feedback-widget/dist/App.css'
function App() {
  return (
    <div>
      <Feedback />
    </div>
  );
}

Parameters

ParameterRequired / OptionalDefault
titleOptional"Feedback"
bgcoloroptional"rgba(255,255,255,0.8)"
callbackoptionalcallback(rating,textdata)
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago