Views
tabButton_ :: [Attribute action] -> [View model action] -> View model action Source #
The tab button
_id is the TAB_ID (must match `aria_ "labelledby"` in tab_)- `aria_ "control"` PANEL_ID. (must match
id_ of tab_) tabIndex_ is used for keyboard navigation- `aria_ "selected"` ("true" | "false")