slate-edit-table
Version:
A Slate plugin to handle keyboard events in tables.
14 lines (13 loc) • 366 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>Slate • Table Edition</title>
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.5.1/themes/prism-tomorrow.css">
</head>
<body>
<div id="example"></div>
<script src="bundle.js"></script>
</body>
</html>