DefinitionList

見出しと説明がセットになった定義リストです。特定のデータを一覧して参照させたいときに使います。

処理中
ドラッグして幅を変更
ドラッグして高さを変更
処理中

Props

DefinitionList props

items必須
Omit<DefinitionListItemProps & ElementProps, "termStyleType">[]

定義リストのアイテムの配列

maxColumns
number

最大列数

termStyleType
"blockTitle""subBlockTitle"

用語の見た目の種類

DefinitionListItem props

term必須
stringnumberfalsetrueReactElement<any, string | JSXElementConstructor<any>>Iterable<ReactNode>ReactPortal
termStyleType必須
"blockTitle""subBlockTitle"
description
stringnumberfalsetrueReactElement<any, string | JSXElementConstructor<any>>Iterable<ReactNode>ReactPortal
fullWidth
falsetrue
maxColumns
number