@ipscape/ips-editor

An editor component

Usage no npm install needed!

<script type="module">
  import ipscapeIpsEditor from 'https://cdn.skypack.dev/@ipscape/ips-editor';
</script>

README

ips-editor

tested with jest jest

The <ips-editor> provides an editor component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-editor

or

yarn add @ipscape/ips-editor

Add the component to your app:

import Vue from 'vue';
import IpsEditor from '@ipscape/ips-editor';
import '@ipscape/ips-editor/dist/ips-editor.css';

Vue.component(IpsEditor.name, IpsEditor);

Use a component in your application:

<template>
  <ips-editor></ips-editor>
</template>

License

License: GPL v2 License: GPL v3

Made with ❤ by ipSCAPE

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.