Configuration object
Thumbs feedback component for user feedback collection. Displays two buttons (thumbs up and thumbs down) that users can click to provide feedback.
Optionalresolve?: booleanWhether the component should resolve the UI when a button is clicked. Defaults to true.
Optionalname?: stringOptional name for state management
OptionalonDismissClick?: () => voidCallback when dismiss is clicked
OptionalonThumbsUpClick?: () => voidCallback when thumbs up is clicked
OptionalonThumbsDownClick?: () => voidCallback when thumbs down is clicked
Optionaldisabled?: booleanWhether the component is disabled
OptionalclassName?: stringCustom CSS class name
OptionalbuttonTexts?: { dismiss?: string }Button texts
A JSX element representing the thumbs feedback component
Creates a thumbs feedback component for displaying dismiss, thumbs up/down buttons.