LMCarousel
LMCarousel
renders the carousel component for rendering media component in LikeMinds Chat.
CSS Classnames
Classname | Description |
---|---|
lm-input-carousel | Main container for media carousel |
input-media-carousel-holder | Holder for carousel items |
remove-media-icon | Icon to remove media item |
lm-input-carousel white-background-carousel | Carousel with white background |
lm-input-carousel-image-element | Image element in carousel |
lm-input-carousel-video-element | Video element in carousel |
lm-input-carousel-document-element | Document element in carousel |
document-file-details | Details 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