UI
separator
The separator
function is a layout control component that forces a new row in your app’s layout. It’s essential for organizing content and creating clear visual breaks between different sections of your application.
Parameters
This component takes no parameters.
Returns
Dict
containing the component type and id.
Usage Example
Here’s how to use the separator
function:
Key Features
- Clean Layout: Adds a clear visual break to structure your app’s content.
- Simple to Use: No configuration needed—just call the function.
Was this page helpful?