djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Markdown Editor

python component Advanced 10 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.markdown_editor import MarkdownEditor

component = MarkdownEditor(name='content',
    value='',
    preview=True,
    toolbar=True,
    placeholder='Write markdown...',
    rows=12,
    disabled=False,
    event='',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 10
NameTypeDefault
name <class 'str'> 'content'
value <class 'str'> ''
preview <class 'bool'> True
toolbar <class 'bool'> True
placeholder <class 'str'> 'Write markdown...'
rows <class 'int'> 12
disabled <class 'bool'> False
event <class 'str'> ''
custom_class <class 'str'> ''
kwargs