mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
.. | ||
src | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.mdx | ||
tsconfig.json |
--- id: sharedUX/Components/Toolbar slug: /shared-ux/components/button_toolbar title: Toolbar summary: An implementation of the popover, primary button, icon button group and add from library button tags: ['shared-ux', 'component', 'toolbar'] date: 2022-07-28 --- 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> ```