stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

Expose message icons

Open artdevgame opened this issue 3 years ago • 0 comments

Motivation I would like to be able to replace the <DeliveredCheckIcon /> in the <MessageStatus /> component with my own.

Proposed solution Allow me to pass a DeliveredCheckIcon prop in to MessageStatus? https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/MessageStatus.tsx#L27

Acceptance Criteria When a MessageStatus is invoked with a DeliveredCheckIcon prop and the message status is 'received' Then a user provided DeliveredCheckIcon is rendered

artdevgame avatar Jun 16 '22 15:06 artdevgame