Add a feedback widget to your React app
Add the CDN script to your HTML, drop in the custom element. Palmframe's widget works natively with React - no wrapper needed, no CSS conflicts.
Add the script
<!-- In public/index.html -->
<script src="https://cdn.palmframe.com/embed.js" async></script>Add to your app
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
- No npm package needed - load from CDN
- SSR-compatible (renders client-side only)
Ready to add feedback to your app?
Try Palmframe free - takes 2 minutes to set up.