vim-component

Polymer component of vim.js

Usage no npm install needed!

<script type="module">
  import vimComponent from 'https://cdn.skypack.dev/vim-component';
</script>

README

<vim-editor> Polymer Component

This is a Polymer component for vim.js.

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="/path/to/webcomponents-lite.min.js"></script>
    <link rel="import" href="/path/to/vim-editor.html" />
  </head>
  <body>
    <vim-editor></vim-editor>
  </body>
</html>