ActionIconGroup

ActionIconGroup is a component used to render multi buttons

import { ActionIconGroup } from '@lobehub/ui';

Default

APIs

NameDescriptionTypeDefault
directionThe direction of the icons"row"|"column""row"
dropdownMenuThe menu items for the dropdownActionIconGroupItems|{type:divider}[]--
itemsThe items to be renderedActionIconGroupItems[][]
onActionClick--(action:import("/src/ActionIconGroup/index").ActionEvent)=>void--
placementThe position of the tooltip relative to the target"top"|"left"|"right"|"bottom"|"topLeft"|"topRight"|"bottomLeft"|"bottomRight"|"leftTop"|"leftBottom"|"rightTop"|"rightBottom"--
sizeThe size of the groupany"small"
spotlightWhether to add a spotlight backgroundbooleantrue
typeThe type of the group"ghost"|"block"|"pure""block"