LMSocialFeed
LMSocialFeed
renders the main social feed interface, displaying a scrollable list of posts with their associated content, interactions, and comments. It manages post loading, pagination, and real-time updates.
CSS Classnames
Classname | Description |
---|---|
lm-wrapper | Main wrapper for the social feed component |
Example
To customize the component with its classnames, open your base CSS file and override the styles using the classname:
.lm-wrapper {
font-size: 18px;
color: "red";
}
Reference
For reference, check out this file