Back to Kibana

Toolbar

src/platform/packages/shared/shared-ux/button_toolbar/README.mdx

9.4.0416 B
Original Source

This toolbar component accepts a children prop. Children can include a popover or a generic button. It can also include the IconButtonGroup and AddFromLibrary component for soltuions. Styling of the popover and button follow the primary styles.

jsx
   <Toolbar>
      {{
        primaryButton,
        iconButtonGroup,
        extraButtons,
        addFromLibraryButton,
      }}
    </Toolbar>