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

Rich Text Editor

python component Advanced 8 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.rich_text_editor import RichTextEditor

component = RichTextEditor(name='content',
    value='',
    event='update_content',
    placeholder='Start typing...',
    height='200px',
    label='',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 8
NameTypeDefault
name <class 'str'> 'content'
value <class 'str'> ''
event <class 'str'> 'update_content'
placeholder <class 'str'> 'Start typing...'
height <class 'str'> '200px'
label <class 'str'> ''
custom_class <class 'str'> ''
kwargs