card エレメント
ヘッダー/本文/フッターを持つカードを表示します。@class で色 (card-*) を指定します。
親エレメント
| 定義名 | 説明 |
|---|---|
| item | ドキュメントのアイテム構成を定義します。 |
コード例
<card class="info"> <header><title>見出し</title></header> <body><text>本文</text></body> <footer><text>脚注</text></footer> </card>
| 定義名 | 説明 |
|---|---|
| item | ドキュメントのアイテム構成を定義します。 |
<card class="info"> <header><title>見出し</title></header> <body><text>本文</text></body> <footer><text>脚注</text></footer> </card>
本文