
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
vue-bulma-quill
Advanced tools
Your powerful, rich text editor http://quilljs.com
$ npm install vue-bulma-quill --save
<template>
<div class="box">
<h3 class="title">
Your powerful, rich text editor.
<a href="http://quilljs.com">http://quilljs.com</a>
</h3>
<quill :options="{ theme: 'snow' }">
<h2>One Ring to Rule Them All</h2>
<p><a href="http://en.wikipedia.org/wiki/One_Ring">http://en.wikipedia.org/wiki/One_Ring</a></p>
<p><br/></p>
<p>Three Rings for the <em>Elven-kings</em> under the sky,</p>
<p>Seven for the <u>Dwarf-lords</u><span> in halls of stone,</p>
<p>Nine for <u>Mortal Men</u>, doomed to die,</p>
<p>One for the <u>Dark Lord</u> on his dark throne.</p>
<p><br/></p>
<p>In the Land of Mordor where the Shadows lie.</span></p>
<p>One Ring to <strong>rule</strong> them all, One Ring to <strong>find</strong> them,</p>
<p>One Ring to <strong>bring</strong> them all and in the darkness <strong>bind</strong> them.</p>
<p>In the Land of Mordor where the Shadows lie.</p>
</quill>
</div>
</template>
<script>
import Quill from 'vue-bulma-quill'
export default {
components: {
Quill
}
}
</script>
<style lang="styl">
@import "~quill/assets/snow"
</style>
FAQs
Your powerful, rich text editor for Vue
The npm package vue-bulma-quill receives a total of 224 weekly downloads. As such, vue-bulma-quill popularity was classified as not popular.
We found that vue-bulma-quill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.