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 for selected GIF preview |
remove-selected-gif-icon | Icon to remove selected GIF |
lm-giphy-box | Container for Giphy search results |
lm-giphy-search | Giphy search input field |
lmGifContainer | Container for GIF grid display |
lm-giphy-img lm-cursor-pointer | GIF thumbnail with pointer cursor |
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