Concepts
- Overview
- Customize Layout
- Customize CSS
- Template Variables
- Conditional Templates
- Action Components
- Variants
General Wireframe Setup
Async Collaboration
- Comments
- Comment Dialog
- Overview
- Styling
- Variants
- Subcomponents
- All comments
- Approve
- Assignee banner
- Autocomplete option
- Autocomplete chip tooltip
- Body
- Overview
- Subcomponents
- Composer
- Annotation Dropdown
- Ghost banner
- Header
- Navigation button
- Options dropdown
- Priority dropdown
- Private banner
- Reactions panel
- Reaction pin
- Reaction pin tooltip
- Reaction tool
- Sign in
- Status dropdown
- Suggestion action
- Upgrade
- Comment Pin
- Comment Tool
- Comment Bubble
- Comment Video Player
- Comment Player Timeline
- Confirmation Dialog
- Inline Comments
- Multithread Comment Dialog
- Persistent Comment Mode Banner
- Text Comment Tool
- Text Comment Toolbar
- Standalone Components
- Comments Sidebar
- In-app Notifications
- Inline Reactions
- Arrows
Realtime Collaboration
- Presence
- Cursors
- Live Selection
- Huddle
Body
Overview
The subcomponent of the Comment Dialog that is used to show all Comment Replies as well as the Comment Composer.
<VeltWireframe>
<VeltCommentDialogWireframe.Body>
<VeltCommentDialogWireframe.Threads>
<VeltCommentDialogWireframe.ThreadCard />
<VeltCommentDialogWireframe.MoreReply />
</VeltCommentDialogWireframe.Threads>
<VeltCommentDialogWireframe.ToggleReply />
</VeltCommentDialogWireframe.Body>
</VeltWireframe>
We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.
Default Subcomponent
<VeltWireframe>
<VeltCommentDialogWireframe.Body>
<VeltCommentDialogWireframe.Threads>
<VeltCommentDialogWireframe.ThreadCard />
<VeltCommentDialogWireframe.MoreReply />
</VeltCommentDialogWireframe.Threads>
<VeltCommentDialogWireframe.ToggleReply />
</VeltCommentDialogWireframe.Body>
</VeltWireframe>
Was this page helpful?
<VeltWireframe>
<VeltCommentDialogWireframe.Body>
<VeltCommentDialogWireframe.Threads>
<VeltCommentDialogWireframe.ThreadCard />
<VeltCommentDialogWireframe.MoreReply />
</VeltCommentDialogWireframe.Threads>
<VeltCommentDialogWireframe.ToggleReply />
</VeltCommentDialogWireframe.Body>
</VeltWireframe>