ActionIconGroup is a component used to render multi buttons
ActionIconGroup
import { ActionIconGroup } from '@lobehub/ui';
ActionIconGroup is a component used to render multi buttons
import { ActionIconGroup } from '@lobehub/ui';
Name | Description | Type | Default |
---|---|---|---|
direction | The direction of the icons | "row"|"column" | "row" |
dropdownMenu | The menu items for the dropdown | ActionIconGroupItems|{type:divider}[] | -- |
items | The items to be rendered | ActionIconGroupItems[] | [] |
onActionClick | -- | (action:import("/src/ActionIconGroup/index").ActionEvent)=>void | -- |
placement | The position of the tooltip relative to the target | "top"|"left"|"right"|"bottom"|"topLeft"|"topRight"|"bottomLeft"|"bottomRight"|"leftTop"|"leftBottom"|"rightTop"|"rightBottom" | -- |
size | The size of the group | any | "small" |
spotlight | Whether to add a spotlight background | boolean | true |
type | The type of the group | "ghost"|"block"|"pure" | "block" |