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

Error Boundary

python component Feedback 6 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.error_boundary import ErrorBoundary

component = ErrorBoundary(fallback='Something went wrong',
    error='',
    retry_event='',
    custom_class='',
    content='',
    kwargs)
html = component.render()
PARAMETERS 6
NameTypeDefault
fallback <class 'str'> 'Something went wrong'
error <class 'str'> ''
retry_event <class 'str'> ''
custom_class <class 'str'> ''
content <class 'str'> ''
kwargs