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 | Container or element for lm input giffy |
lm-giphy-container | Container 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