github
DocsBlog
fontcolor_theme
Desktop UI

Button group

PreviewHTML

CoolRightYes

CoolRightYes

CoolRightYes

addremoveaddremove

Split buttonarrow_down

API <dui-button-group>(source)

searchclear

Used to group buttons together.

Name
Description
@Input() float?: 'static' | 'right' | 'sidebar' | 'float'
How the button should behave. `sidebar` means it aligns with the sidebar. Is the sidebar open, this button-group has a left margin. Is it closed, the margin is gone.
@Input() padding?: 'none' | 'normal'
If set to none, buttons inside this group will be tightly packed together without any padding.

API <dui-button-groups>(source)

searchclear
Name
Description
@Input() align?: 'center' | 'left' | 'right'