UNPKG

react-sortable

Version:
26 lines (16 loc) 498 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>React Sortable</title> <link href="sortable.css" rel="stylesheet" /> </head> <body> <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>