@breakaway/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
37 lines (28 loc) • 684 B
Markdown
id: Notification drawer
section: components
cssPrefix: pf-c-notification-drawer
propComponents:
[
'NotificationDrawer',
'NotificationDrawerBody',
'NotificationDrawerHeader',
'NotificationDrawerGroup',
'NotificationDrawerGroupList',
'NotificationDrawerList',
'NotificationDrawerListItem',
'NotificationDrawerListItemBody',
'NotificationDrawerListItemHeader',
]
import SearchIcon from '@patternfly/react-icons/dist/esm/icons/search-icon';
## Examples
### Basic
```ts file="NotificationDrawerBasic.tsx"
```
### Groups
```ts file="NotificationDrawerGroups.tsx"
```
### Lightweight
```ts file="NotificationDrawerLightweight.tsx"
```