Sha256: 7e7116457f4ffa17addb8e6e1fc03cb09ae8a0aea42bd2e00fd20b1caf24d5c8
Contents?: true
Size: 368 Bytes
Versions: 985
Compression:
Stored size: 368 Bytes
Contents
import React from 'react' import { RichTextEditor } from '../../' const RichTextEditorInline = (props) => ( <div> <RichTextEditor id="inline" inline toolbarBottom value="Try hovering over this text. Then try modifying it or adding more of your own text." {...props} /> </div> ) export default RichTextEditorInline
Version data entries
985 entries across 985 versions & 2 rubygems