For React
Get your Project id
Install the library
# Install via NPM
npm install @feedbackfarm/reactAdd the widget to your site
// index.jsx
export default function MyPage() {
return (
<div>
<button>Give feedback</Button>
</div>
)
}Advanced option
Property Name
Value Type
Description
Last updated