Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 534 Bytes

mde.component.md

File metadata and controls

16 lines (11 loc) · 534 Bytes

IDEAMDEComponent

Selector

idea-mde

Inputs

  • id (string) - Id to identify this specific Markdown Editor (default: 'mde').
  • title (string) - The title of the modal.
  • header (string) - The header text content.
  • description (string) - The sub-header description.
  • variables (string[]) - A series of text variables to substitute with values.
  • initialValue (string) - If set, will customize the initial value of the editor.
  • placeholder (string) - Custom placeholder that should be displayed.