solidipes.reports.widgets.solidipes_buttons module
- class solidipes.reports.widgets.solidipes_buttons.SolidipesButtons(**kwargs)[source]
Bases:
SolidipesWidget- _abc_impl = <_abc._abc_data object>
- _html_link_button(label: str, url: str, type: Literal['primary', 'secondary'] = 'secondary', disabled: bool = False, use_container_width: bool = False, custom_style: dict | None = None, new_tab: bool = False)[source]
Return an HTML string link button, usable in Streamlit html component.