Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 904 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 904 Bytes

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
    }
}