Skip to main content

LMGifSelector

LMGifSelector renders the Giphy selection screen for LikeMinds Chat SDK. It is internally used under LMInput to select a GIF attachment.

CSS Classnames

ClassnameDescription
lm-input-giffyGIF selector container
lm-giphy-containerGIF results container

Example

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

.lm-giphy-container {
background-color: "red";
}

Reference

For reference checkout this file