import { FeedbackSignal } from "@nodus/design-system"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
onSignal | (signal: "positive" | "negative", comment?: string) => void | — | Called when feedback is submitted |
onLearningEntry | (entry: LearningEntry) => void | — | Called with structured learning entry |
onSignalType
(signal: "positive" | "negative", comment?: string) => voidDefault —Called when feedback is submitted
onLearningEntryType
(entry: LearningEntry) => voidDefault —Called with structured learning entry
MobileTouch Target
Thumbs-up/down buttons must meet 44×44px. Use the default size — do not reduce to icon-only without adequate padding.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?