Tabs are a set of layered sections of content—known as tab panels that are displayed one at a time.
They facilitate the organization and navigation between sets of content that share a connection and exist at a similar level of hierarchy.
We use orientation prop to set the orientation of the tabs component to vertical or horizontal. By default, the orientation
will be set to horizontal. Setting this value will change both the visual orientation and the functional orientation.
The functional orientation means for vertical, the up and down arrow keys moves focus between the next or previous tab,
while for horizontal, the left and right arrow keys moves focus between tabs.
When using vertical orientation, make sure to assign a tabs.content for each trigger.
We use the value prop to specify the controlled value of the tab that we want to activate. This property should be used in conjunction with the on_change event argument.