Tabs Module
Builders for the `Tabs` control — a row of tab headers selecting one active page.
Functions and values
| Function or value |
Description
|
|
|
|
Supply the tab header labels of a `Tabs` strip (`Attr.items`; one tab per `string`, in order).
|
Full Usage:
onChanged arg1
Parameters:
string -> 'msg
Returns: Attr<'msg>
Type parameters: 'msg |
Emit a `'msg` carrying the newly-activated tab `string` when the `Tabs` selection changes (`Attr.onChanged`).
|
|
Mark which tab of a `Tabs` strip is active (`Attr.selected`; the `string` must match one of `items`). A controlled value reconciled via `onChanged`.
|