<Segment />

使い方

<Segment modifier="material">
 <button>Label 1</button>
 <button>Label 2</button>
 <button>Label 3</button>
</Segment>
名前 型 / デフォルト値 概要
activeIndex number The index of the button to highlight. (翻訳中) Optional.
index number DEPRECATED! Use activeIndex instead. (翻訳中) Optional.
tabbarId string ID of the <Tabbar> to “connect” to the segment. (翻訳中) Optional.
modifier string The appearance of the segment. (翻訳中) Optional.
onPostChange func Called after the active button changes. (翻訳中) Optional.
disabled bool Specifies whether the segment should be disabled. (翻訳中) Optional.
Name 概要
material Material Design segment (翻訳中)

お困りですか?

Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。

バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。

あわせて、下記の情報も参考にしてください。