Rich Text Editor
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
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
| Name | Type | Default |
|---|---|---|
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 |
— |
— |