Contents:
Bases: ABC
ABC
Abstract base class for all UI components.
Initializes the component with a default position.
position (int): The column position of the component. Defaults to 0.
Methods
render
Render the component in the Streamlit interface.
None