Skip to content

Commit

Permalink
Add inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jun 25, 2019
1 parent 201ecbc commit 6c3528f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 53 deletions.
53 changes: 0 additions & 53 deletions packages/rich-text/src/component/README.md

This file was deleted.

4 changes: 4 additions & 0 deletions packages/rich-text/src/component/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ function createPrepareEditableTree( props, prefix ) {
}, value.formats );
}

/**
* Renders a rich content input, providing users with the option to format the
* content.
*/
class RichText extends Component {
constructor( {
value,
Expand Down

0 comments on commit 6c3528f

Please sign in to comment.