Skip to main content

LMGiphySearch

LMGiphySearch renders the search menu for searching the GIFS. It is used under LMInput to search for the GIF attachments.

CSS Classnames

ClassnameDescription
selected-gif-view-containerContainer for selected GIF preview
remove-selected-gif-iconIcon to remove selected GIF
lm-giphy-boxContainer for Giphy search results
lm-giphy-searchGiphy search input field
lmGifContainerContainer for GIF grid display
lm-giphy-img lm-cursor-pointerGIF 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