LMGifSelector
LMGifSelector renders the Giphy selection screen for LikeMinds Chat SDK. It is internally used under LMInput to select a GIF attachment.
CSS Classnames
| Classname | Description |
|---|---|
| lm-input-giffy | GIF selector container |
| lm-giphy-container | GIF 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