1.0.16 • Published 5 years ago

paperclone v1.0.16

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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

namedescriptionvalues
areathe ID of the textareaany, must be unique
toolbarif set to true, the formatting toolbar will displaytrue, false
1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago