Documentation
¶
Overview ¶
Package tab is the implementation of mdc-tab-bar.
https://github.com/material-components/material-components-web/tree/master/packages/mdc-tab-bar
Index ¶
Constants ¶
View Source
const API = autoinit.MDCTabBar
API is the auto init data value for this component.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct { app.Compo base.JsUtil autoinit.AutoInit Id string Tabs Tabs // contains filtered or unexported fields }
Bar is the mdc-tab-bar component containing the Tabs.
type EventType ¶ added in v0.2.4
type EventType string
const Activate EventType = "MDCTabBar:activate"
const Activated EventType = "MDCTabBar:activated"
Click to show internal directories.
Click to hide internal directories.