Skip to main content

LMCarousel

LMCarousel renders the carousel component for rendering media component in LikeMinds Chat.

CSS Classnames

ClassnameDescription
lm-input-carouselMain container for media carousel
input-media-carousel-holderHolder for carousel items
remove-media-iconIcon to remove media item
lm-input-carousel white-background-carouselCarousel with white background
lm-input-carousel-image-elementImage element in carousel
lm-input-carousel-video-elementVideo element in carousel
lm-input-carousel-document-elementDocument element in carousel
document-file-detailsDetails section for document

Example

To customise the component with their classnames, Open your base css file and override the styles using the classname

.document-file-details {
font-size: 18px;
color: "red";
}

Reference

For reference checkout this file