v-react-pivottable/node_modules/react-sortablejs/examples/index.html

42 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2024-12-16 20:19:32 -06:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv-"X-UA-Compatible" content="IE=edge">
<title>react-sortable</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<link href="app.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav class="navbar navbar-inverse" style="border-radius: 0">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://cheton.github.io/react-sortable/">react-sortable</a>
</div>
<div class="navbar-right" style="margin: 0">
<a
class="btn btn-default navbar-btn"
href="https://github.com/cheton/react-sortable"
>
<i class="fa fa-github fa-fw" style="font-size: 16px"></i>
GitHub
</a>
</div>
</div>
</nav>
<div class="container-fluid">
<h3>A React component built on top of Sortable (<a href="https://github.com/RubaXa/Sortable">https://github.com/RubaXa/Sortable</a>).</h3>
<div id="container"></div>
</div>
</body>
</html>