Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

executable file
·
16 lines (11 loc) · 391 Bytes

react-transition-group-example

A sample React app bootstrapped with create-react-app that illustrates using react-transition-group for toast notifications.

Running

To run the app locally:

npm install
npm start

References