UNPKG

react-expanse

Version:

This is a expanse animation component based on react

14 lines (13 loc) 374 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>React Animation</title> <script defer="defer" src="./dist/bundle.js"></script> </head> <body> <div id="app"></div> </body> </html>