LMGiphySearch
LMGiphySearch
renders the search menu for searching the GIFS. It is used under LMInput
to search for the GIF attachments.
CSS Classnames
Classname | Description |
---|---|
selected-gif-view-container | Container or element for selected gif view container |
remove-selected-gif-icon | Container or element for remove selected gif icon |
lm-giphy-box | Container or element for lm giphy box |
lm-giphy-search | Container or element for lm giphy search |
lmGifContainer | Container or element for lmGifContainer |
lm-giphy-img lm-cursor-pointer | Container or element for lm giphy img lm cursor pointer |
Example
To customise the component with their classnames, Open your base css file and override the styles using the classname
.lm-giphy-search {
font-size: 18px;
color: "red";
}
Reference
For reference checkout this file