bem-textarea-editor

1.0.2 • Public • Published

bem-textarea-editor

textarea-editor component based on i-bem.js.

Demo.

Uses textarea-editor under the hood. Depends on bem-font-awesome-icons.

Installation

  1. Install packages via npm
npm i bem-textarea-editor bem-font-awesome-icons --save-dev

or bower

bower i bem-textarea-editor bem-font-awesome-icons --save
  1. Add bem-textarea-editor/common.blocks and bem-font-awesome-icons as redefinition levels to your build config.

Usage

{
    block: 'editor',
    mods: {
        theme: 'islands',
        size: 'm',
        width: 'available',
        mode: 'source',
        renderer: 'marked',
        'has-preview': true,
        'has-actions': true
    }
}

Package Sidebar

Install

npm i bem-textarea-editor

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • lisbon11
  • tadatuta