Tab
Represents a Tab in the User Interface
class Tab
Constructor
# Only required parameters
tab = Tab(name="Custom Tab")
# All parameters
tab = Tab(
name="Custom Tab",
icon="users",
gap: 8,
title="My Custom Tab"
)Parameter
Description
Methods
Method
Description
Icons
Image
String
Last updated







































