DropdownButton
- SmartHR UI v22.2.1
- Storybook
- ソースコード(GitHub)
Props
Name | Required | Type | Description |
---|---|---|---|
label | - | string | 引き金となるボタンラベル。デフォルトは “その他の操作” |
children | true | ReactElement<BaseProps & ElementProps & RefAttributes<HTMLButtonElement>, string | JSXElementConstructor<any>> ,
ReactElement<BaseProps & ElementProps & RefAttributes<HTMLAnchorElement>, string | JSXElementConstructor<any>> ,
ActionItem[] | 操作群 |
triggerSize | - | "s" ,
"default" | 引き金となるボタンの大きさ |
onlyIconTrigger | - | false ,
true | 引き金となるボタンをアイコンのみとするかどうか |
disabled | - | false ,
true | 引き金となるボタンの `disabled` 属性の値 |