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

Voice Input

python component Advanced 5 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.voice_input import VoiceInput

component = VoiceInput(event='transcribe',
    lang='en-US',
    continuous=False,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 5
NameTypeDefault
event <class 'str'> 'transcribe'
lang <class 'str'> 'en-US'
continuous <class 'bool'> False
custom_class <class 'str'> ''
kwargs