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-giffyContainer or element for lm input giffy
lm-giphy-containerContainer or element for lm giphy 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