1.0.4 • Published 6 years ago

react-chat-cloud v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

A text cloud with an avatar

This is not a full chat component, just one message / text cloud with an avatar. In a chat box, this component would be just one single message.


Props

proptypedefault
messagestring"insert message here"
delaynumber2000
avatarstring(image)"http://eightbitavatar.herokuapp.com/?id=userid&s=male&size=400"
alignmentoneOf("left", "right")"left"
componentelementnull
loaderelement<Dots />

<Dots /> is an internal component represented by three jumping dots. Here you can pass any component which will first be sure for the duration of the prop delay, then removed.