paperclone

1.0.16 • Public • Published

PaperClone

A clone of Dropbox Paper using SimpleMDE. It essentially is SimpleMDE but themed with colours that match Vuetify.js default background, for my own use.

Install

npm install --save paperclone

Usage

<template>
  <paper-clone/>
</template>
 
<script>
  import PaperClone from 'paperclone'
 
  export default {
    components: {
      PaperClone
    }
  }
</script>

To modify the background of the text-area:

.CodeMirror {
  background-color: yourcolorhere;
}

Props

name description values
area the ID of the textarea any, must be unique
toolbar if set to true, the formatting toolbar will display true, false

Readme

Keywords

none

Package Sidebar

Install

npm i paperclone

Weekly Downloads

0

Version

1.0.16

License

ISC

Unpacked Size

2.7 kB

Total Files

3

Last publish

Collaborators

  • kierancutting