UNPKG

react-sortable

Version:
27 lines (17 loc) 548 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>React Sortable</title> <link href="css/sortable.css" rel="stylesheet" /> </head> <body> <a href="../">webcloud</a> / React Sortable <h1>React Sortable</h1> <p>View source and documentation on <a href="https://github.com/danielstocks/react-sortable/">Github</a>. <p>You can also try dragging items between the grid and the list</p> <div id="app"></div> <script type="text/javascript" src="bundle.js" charset="utf-8"></script> </body> </html>