Tabboxes
Tabboxes can condense multiple groupboxes into a single groupbox.
Groupboxes and Tabboxes are the basic building block of each tab, you need it to group together UI elements. Any tabbox you create can be either a left or right tabbox.
Enable Auto Farm
Usage
You can create a Tabbox by calling the AddLeftTabbox
or AddRightTabbox
method on a Tab.
Arguments
Arg Idx | Argument Description | Type | Default |
---|---|---|---|
1 | Title of the tabbox | string | nil |
2 | Custom Icon or Icon name from lucide.dev | string | nil |
Methods
You can use the following method to create a "groupbox" inside a tabbox:
Arg Idx | Argument Description | Type | Default |
---|---|---|---|
1 | Title of the tab in the tabbox | string | nil |