From fe51151239db4e63a28adc14430376d0c52cc7ed Mon Sep 17 00:00:00 2001 From: Najeem Muhammed Date: Tue, 2 Jan 2024 11:17:06 +0100 Subject: [PATCH] Updated docstring to include parent_div --- html2dash/html2dash.py | 1 + 1 file changed, 1 insertion(+) diff --git a/html2dash/html2dash.py b/html2dash/html2dash.py index c85e4fa..efee9b0 100644 --- a/html2dash/html2dash.py +++ b/html2dash/html2dash.py @@ -48,6 +48,7 @@ def html2dash( Defaults to [html, dcc]. element_map (dict, optional): A dictionary mapping HTML elements to dash components. Defaults to {}. + parent_div (bool, optional): Whether to enclose the converted Dash components on_missing_element (str, optional): What to do when an element is not found. Defaults to "warn". Can be "warn", "raise", or "ignore". on_missing_attribute (str, optional): What to do when an attribute is not found.