@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
26 lines (19 loc) • 547 B
Markdown
id: Notification drawer
section: demos
## Demos
### Collapsed
```hbs isFullscreen
{{> notification-drawer-demo id="drawer-collapsed-demo"}}
```
### Expanded basics
```hbs isFullscreen
{{> notification-drawer-demo id="drawer-expanded-basics-demo" drawer-panel--IsOpen="true"}}
```
### Expanded groups
```hbs isFullscreen
{{> notification-drawer-demo id="drawer-expanded-demo" drawer-demo--IsGroup="true" drawer-panel--IsOpen="true"}}
```
## Documentation
This demo implements the notification drawer in context of the page component.