OptionalformatCustom timestamp formatter.
The timestamp in milliseconds
Formatted timestamp string
OptionalrenderCustom render function for an answer.
OptionalrenderCustom render function for the empty state.
Custom React content when no questions exist
OptionalrenderCustom render function for the header.
The header title
Number of questions
The default rendered header
Custom React content for the header
OptionalrenderCustom render function for a question.
The question data
Whether the current user is the room owner
The default rendered content (can be used or replaced)
Custom React content for the question
Render props for advanced QAPanel customization.
Remarks
Use these to completely customize how questions, answers, or other elements are rendered while still leveraging the component's logic.
Example