Accordion
折りたたみ可能なコンテンツセクション。
インポート
基本的な使い方
Loading...
複数開く(multiple)
Loading...
Props
Accordion
| Prop | Type | Default | Description |
|---|---|---|---|
type* | 'single' | 'multiple' | - | 単一選択か複数選択か |
collapsible | boolean | false | type="single"時、全て閉じることを許可 |
defaultValue | string | string[] | - | 初期展開するアイテム |
AccordionItem
| Prop | Type | Default | Description |
|---|---|---|---|
value* | string | - | アイテムの識別値 |
disabled | boolean | false | 無効状態 |