リストを表現するためのコンポーネント。ons-list-itemのコンテナとして使用します。
<ons-list>
<ons-list-header>Header Text</ons-list-header>
<ons-list-item>Item</ons-list-item>
<ons-list-item>Item</ons-list-item>
</ons-list>
See the Pen Alert, confirm and prompt dialogs by Onsen & Monaca (@onsen) on CodePen.
| 名前 | 型 / デフォルト値 | 概要 |
|---|---|---|
| modifier | String | リストの表現を指定します。 Optional |
| Modifier名 | 概要 |
|---|---|
| inset | 親要素の画面いっぱいに広がらないリストを表示します。 |
| noborder | リストの上下のボーダーが無いリストを表示します。 |