Add a feedback widget to your React app

Install the package, drop in the component. Palmframe's widget works natively with React — no wrapper needed, no CSS conflicts.

Install

npm install @palmframe/widget

Add to your app

import '@palmframe/widget'

export default function App() {
  return <palmframe-widget project="your-project-id" />
}

Benefits

  • Works with React 18+ and React 19
  • Compatible with Vite, CRA, and any bundler
  • Shadow DOM isolation — no style conflicts
  • TypeScript declarations included
  • SSR-compatible (renders client-side only)

See full documentation

Ready to add feedback to your app?

Try Palmframe free — takes 2 minutes to set up.