Skip to content

Commit

Permalink
Updated docstring to include parent_div
Browse files Browse the repository at this point in the history
  • Loading branch information
idling-mind committed Jan 2, 2024
1 parent 8dab65c commit fe51151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html2dash/html2dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe51151

Please sign in to comment.