Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 720 Bytes

index.md

File metadata and controls

23 lines (12 loc) · 720 Bytes

Mocking Text Transformer

Input your text here:
Your output will appear here
<textarea rows="8" cols="50" class="mocking" v-model="text" id="inputText"></textarea>
<textarea rows="8" class="mocking" v-model="mocking"></textarea>
<style>.mocking { font-size: 1.25em; font-weight: bold; border-style: dotted; width: 100%; } .fade-enter-active, .fade-leave-active { transition: opacity .5s; } .fade-enter, .fade-leave-to { opacity: 0; }</style>