Try Install Learn Blog API Packages GitHub
Pages

Ui.Tabs

A simple tabs component.

Properties

active
:
String
=
""

The key for the active tab.

items
:
Array(Ui.Tab)
=
[]

The data for the tabs.

onChange
:
Function(String, Promise(Never, Void))
=
Promise.never1

The change event handler.

size
:
Number
=
16

The size of the component.

Functions

handleSelect
(
key
:
String
)
:
Promise(Never, Void)

The event handler for the tab select.

render
:
Html

Renders the component.