Use the script tag or react feedback widget package
import { ServoiceFeedback } from 'react-feedback-widget';
function App() {
const config = {
servId: '1111111',
servPID: 'kjh34kl2jh4kj234',
userEmail: 'test@feedbackisgreat.com',
userFirstName: 'David',
userLastName: 'Groechel',
};
return (
<div className="App">
<ServoiceFeedback config={config}>
<button type="button">Feedback</button>
</ServoiceFeedback>
</div>
);
}
export default App;
View and organize your collected feedback in the SerVoice portal.