JSPM

  • Created
  • Published
  • 0
  • Score
    100M100P100Q46807F
  • License ISC

Chat Animations Library

Package Exports

  • chatanimations/BounceMessage
  • chatanimations/FadeInSlideInMessage
  • chatanimations/MessageFadeInAnimation
  • chatanimations/PopMessage
  • chatanimations/WordByWord

Readme

import BounceMessage from 'chatanimations/BounceMessage'; function App () {

return (
    <div className='App'>
        <BounceMessage text={ "I am navneet vaishnav" } delay={1000} />
    </div>
);

}

export default App;