Add a button group component.

Review Request #13619 — Created March 6, 2024 and submitted — Latest diff uploaded

Information

Ink
master

Reviewers

Button groups are a container for multiple buttons, grouped together as
a single unit. They're useful when presenting a set of related actions,
and can be shown horizontally or stacked vertically.

Note that these should not be confused with toolbars, which are similar
in concept but would have a different presentation and capabilities.

Unit tests pass.

Played with the different layouts and button type combinations in
Storybook.

Changes between revision 1 and 2

orig
1
2
3

Commits

Summary ID Author
Add a button group component.
Button groups are a container for multiple buttons, grouped together as a single unit. They're useful when presenting a set of related actions, and can be shown horizontally or stacked vertically. Note that these should not be confused with toolbars, which are similar in concept but would have a different presentation and capabilities.
9e9afd42823a42800779c5a78beff1c56367c3f8 Christian Hammond
Add a button group component.
Button groups are a container for multiple buttons, grouped together as a single unit. They're useful when presenting a set of related actions, and can be shown horizontally or stacked vertically. Note that these should not be confused with toolbars, which are similar in concept but would have a different presentation and capabilities.
8b31f4bec67c15accd0e04ff645bb312ee14770e Christian Hammond
src/ink/less/components/button-group.component.less
src/ink/less/components/schemas/button-group.schema.less
src/ink/less/themes/default/components/button-group.theme.less
Loading...