Skip to main content

LMChatLoader

LMChatLoader serves as a UI component designed for the purpose of rendering loaders within a chat interface.

Props Available

The LMChatLoader component requires certain props, some of which are mandatory, while others are optional. Here is a breakdown of the available props along with their types:

ParameterTypeDescriptionOptional
colorstringColor of the loader✔️
sizenumberSize of the loader✔️

Code snippet

<LMChatLoader
color={} // color of the loader
size={} // size of the loader
/>