New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

knockout-quill-binding

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knockout-quill-binding

Quill WYSIWYG binding for Knockout.js

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-53.33%
Maintainers
1
Weekly downloads
 
Created
Source

Knockout Quill Binding

This binding adds a quill WYSIWYG and binds it to a Knockout.js observable.

Demo

Check out the demo to get a quick idea of how it works and how to use it.

Installation

The knockout-quill binding is available as a Bower package and as an npm package.

To install with Bower:

bower install knockout-quill-binding

Or, to install with npm:

npm install --save knockout-quill-binding

Usage

It is expected that Quill and ko are both accessible globally on your page.

Include the knockout-quill.js JavaScript file then bind an observable like so:

<input type='text' data-bind='quill: observable'>

Refer to the demo page for detailed usage instructions.

Building

To build knockout-quill from the ECMAScript2015 source, do the following in a Node.js enabled environment:

npm install
npm run compile

License

The knockout-pickadate binding is released under the MIT License. Please see the LICENSE file for details.

Keywords

FAQs

Package last updated on 18 Jan 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc