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 or element for selected gif view container
remove-selected-gif-iconContainer or element for remove selected gif icon
lm-giphy-boxContainer or element for lm giphy box
lm-giphy-searchContainer or element for lm giphy search
lmGifContainerContainer or element for lmGifContainer
lm-giphy-img lm-cursor-pointerContainer 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