Detalhes do pacote

paperclone

kierancutting31ISC1.0.16

A clone of Dropbox Paper based on SimpleMDE.

readme (leia-me)

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