Skip to main content

LMQNAFeed

LMQNAFeed renders the Q&A feed interface, displaying questions and answers in a structured format. It manages the display of questions, their answers, and related metadata like voting and status.

CSS Classnames

ClassnameDescription
lm-wrapperMain wrapper for the QnA 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