Socket
Socket
Sign inDemoInstall

ember-pell

Package Overview
Dependencies
292
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-pell

An Ember Component for pell micro WYSIWYG editor


Version published
Weekly downloads
882
decreased by-28.81%
Maintainers
1
Install size
29.6 MB
Created
Weekly downloads
 

Changelog

Source

v1.4.5 (2019-05-22)

Full Changelog

Implemented enhancements:

Merged pull requests:

Readme

Source

Ember Pell Logo

Build Status Greenkeeper badge Ember Observer Score NPM package info for ember-pell License info

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

An Ember Component that uses under the hood the great Pell micro 1KB WYSIWYG editor (https://github.com/jaredreich/pell) that doesn't require jQuery.

Browser support

ChromeFirefoxIEOperaSafari
5+ ✔4+ ✔9+ ✔11.6+ ✔5+ ✔

Demo

https://ember-twiddle.com/3b21c63730594b39d2b9cbfa8f963803

Installation

ember install ember-pell

Usage

1. Setup value property:

You can declare value variable in your controller or parent component:

// app/controllers/task.js
import Ember from 'ember';

export default Ember.Controller.extend({
  value: '<h1>Some html</h1>',
  options: {} // optional param
});
2. Use pell-editor component
{{pell-editor value=value onChange=(action (mut value)) pellOptions=options}}

Available options are documented in Pell repository

License

See the LICENSE file included in this repository.

Contributing

See the Contributing guide for details.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms, which can be found in the CODE_OF_CONDUCT.md file in this repository.

Keywords

FAQs

Last updated on 22 May 2019

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc