idmd.ui.base.Component

class idmd.ui.base.Component(position=0)[source]

Bases: ABC

Abstract base class for all UI components.

Initializes the component with a default position.

Args:

position (int): The column position of the component. Defaults to 0.

Methods

render

Render the component in the Streamlit interface.

abstractmethod render()[source]

Render the component in the Streamlit interface.

Return type:

None