反馈小组件

New

角落触发按钮变形展开为反馈弹窗,支持消息输入,并带发送中、成功、重试等动效状态。

安装

用 shadcn CLI 添加,或手动复制源码。

$ bunx --bun shadcn add @uilab/feedback-widget

API 参考

onSubmit?
((data: FeedbackData) => void | Promise<void>)

Called on submit. May be async; the button shows a sending state until it resolves.

position?
"bottom-left" | "bottom-right"
bottom-right
title?
string
Help us improve
placeholder?
string
Share an idea or report a bug
icon?
ReactNode
className?
string

Keep in mind

Some components on this site are inspired by or recreated from existing work across the web. I'm not here to take credit; just to learn, experiment, and sometimes push things a bit further. If something looks familiar and I forgot to mention you, reach out and I'll fix that right away.