Skip to content

Instantly share code, notes, and snippets.

@weianofsteel
Created April 10, 2021 19:52
Show Gist options
  • Save weianofsteel/6babbbd715215919449d8301b5db3202 to your computer and use it in GitHub Desktop.
Save weianofsteel/6babbbd715215919449d8301b5db3202 to your computer and use it in GitHub Desktop.
text editor#3
inline: {
inDropdown: false,
className: undefined,
component: undefined,
dropdownClassName: undefined,
options: ['bold', 'italic', 'underline', 'strikethrough', 'monospace', 'superscript', 'subscript'],
bold: { icon: bold, className: undefined },
italic: { icon: italic, className: undefined },
underline: { icon: underline, className: undefined },
strikethrough: { icon: strikethrough, className: undefined },
monospace: { icon: monospace, className: undefined },
superscript: { icon: superscript, className: undefined },
subscript: { icon: subscript, className: undefined },
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment