ss-tiptap

1.0.1 • Public • Published

(Sharpstream) Tip-Tap

This is a wrapper project around TipTap.

The editor is contained in a SFC, with styling and some dependencies.

Project setup

npm install --save ss-tiptap

or

yarn add ss-tiptap

Basic Usage

input-id is not required, but is best practice.

<template>
  <tip-tap v-model="feed.description" input-id="feed-description" />
</template>

<script>
import TipTap from "ss-tiptap";

export default {
  components: {
    TipTap,
  },
};
</script>

Readme

Keywords

Package Sidebar

Install

npm i ss-tiptap

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

36.2 kB

Total Files

6

Last publish

Collaborators

  • fearstream