@blocks/editor

0.0.28 • Public • Published

@blocks/editor

WYSIWYG editor for the Blocks ecosystem.

Read the full docs

Installation

yarn add @blocks/editor

Usage

import React from 'react'
import { Editor } from '@blocks/editor'

export default () => (
  <Editor
    initialValue={'# Hello, world!'}
    onChange={value => console.log(value)}
  />
)

Readme

Keywords

none

Package Sidebar

Install

npm i @blocks/editor

Weekly Downloads

61

Version

0.0.28

License

MIT

Unpacked Size

838 kB

Total Files

88

Last publish

Collaborators

  • biscarch
  • blocksbot
  • johno
  • jxnblk