Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
styleCallbacks Mapping Guide
This guide helps you find where to apply your oldstyleCallbacks customizations in the new CLI component files.
Threaded Comments
| Old Callback | New Location |
|---|---|
commentContainer | single-comment/single-comment.tsx - main div style |
authorName | single-comment/single-comment.tsx - author span |
authorAvatar | single-comment/single-comment.tsx - avatar img |
commentBody | single-comment/single-comment.tsx - body div |
commentBodyText | single-comment/single-comment.tsx - text paragraph |
voteButton | single-comment/vote-buttons.tsx - button styles |
voteButtonUpvote | single-comment/vote-buttons.tsx - upvote button |
voteButtonDownvote | single-comment/vote-buttons.tsx - downvote button |
voteScore | single-comment/vote-buttons.tsx - score display |
replyButton | single-comment/reply-button-and-info.tsx - button style |
threadingLine | single-comment/indentation-threading-lines.tsx - line divs |
indentation | single-comment/indentation-threading-lines.tsx - spacing |
newCommentForm | new-comment-form.tsx - form container |
newCommentTextarea | new-comment-form.tsx - textarea element |
newCommentButton | new-comment-form.tsx - submit button |
modal | modals/comment-menu-modal/comment-menu-modal.tsx |
modalBackground | modals/comment-menu-modal/modal-background.tsx |
Social Comments
| Old Callback | New Location |
|---|---|
commentContainer | comments-feed/single-comment.tsx - main div |
authorName | comments-feed/single-comment.tsx - author span |
commentBody | comments-feed/single-comment.tsx - body div |
heartButton | comments-feed/heart-button.tsx - button |
heartButtonFilled | comments-feed/heart-button.tsx - filled state |
likeCount | comments-feed/heart-button.tsx - count display |
replyButton | comments-feed/reply-button.tsx - button style |
newCommentForm | new-comment-form.tsx - form container |
sortButton | sort-by-button.tsx - sort button styles |
Example: Applying Old Customization
Before (npm package with styleCallbacks)
After (CLI component - edit source file)
Opensrc/components/comments-threaded/components/single-comment/single-comment.tsx:
Next Steps
Migration Guide
Full migration walkthrough
Customization
Learn about customization

