package.src.demos.CustomMenus.ApplicationLauncher.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-core Show documentation
Show all versions of react-core Show documentation
This library provides a set of common React components for use with the PatternFly reference implementation.
The newest version!
---
id: Application launcher
section: components
subsection: menus
source: react-demos
propComponents:
[
'MenuToggle',
'MenuSearch',
'MenuSearchInput',
'Tooltip',
'Divider',
'SearchInput',
'Dropdown',
'DropdownGroup',
'DropdownList',
'DropdownItem'
]
---
import ThIcon from '@patternfly/react-icons/dist/esm/icons/th-icon';
import pfIcon from '../assets/pf-logo-small.svg';
As the application launcher component is now deprecated, an application launcher may now be built using the new suite of menu components. This is showcased in the following demo, which uses the new [dropdown](/components/menus/dropdown) component that is built off of menu.
### Application launcher menu
```ts file="./examples/ApplicationLauncherDemo.tsx"
```