import { MarkdownEditor, MarkdownEditorProps } from "mui-extended"; const props: MarkdownEditorProps; const markdownEditor = <MarkdownEditor {...props} />;
TextareaAutosize
inlinePreview
menu
menuButtons
menuActions
export type MarkdownEditorMenuButtonAction = ( name: string, content: string, selectionStart: number, selectionEnd: number ) => { content: string; selectionStart: number; selectionEnd: number };
Wrapped around TextareaAutosize
menu
Note If used as InputComponent for
TextField
const props = { InputLabelProps:{{ shrink: true }}, fullWidth : true }
Write an email to opensource@sodaru.com