You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: 'An array of icon-only buttons for use in a toolbar'
6
6
tags: ['shared-ux', 'component']
7
7
date: 2022-02-23
8
8
---
9
9
10
10
> This documentation is in-progress.
11
11
12
-
This component requires a prop that consists of a series of buttons that can then be displayed based on the number of buttons desired. An example of a button that can be part of an array of quick buttons is included below:
12
+
This component requires a prop that consists of a series of buttons that can then be displayed based on the number of buttons desired. An example of a button that can be part of an array of icon buttons is included below:
summary: An opinionated implementation of the toolbar extracted to just the button.
@@ -9,4 +9,4 @@ date: 2022-02-17
9
9
10
10
> This documentation is in-progress.
11
11
12
-
This button is a part of the toolbar component. This button has primary styling and requires a label. OnClick handlers and icon types are supported as an extension of EuiButtonProps. Icons are always on the left of any labels within the button.
12
+
This button is a part of the toolbar component. This button has primary styling and requires a `label`. Interaction (`onClick`) handlers and `iconType`s are supported as an extension of EuiButtonProps. Icons are always on the left of any labels within the button.
0 commit comments