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

Chat Bubble

python component Advanced 3 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.chat_bubble import ChatBubble

component = ChatBubble(message=None,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 3
NameTypeDefault
message typing.Optional[typing.Dict] None
custom_class <class 'str'> ''
kwargs