Skip to content

Commit dda2762

Browse files
docs(drawer): Updates images for v6. (#4580)
Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
1 parent b090642 commit dda2762

2 files changed

Lines changed: 247 additions & 1 deletion

File tree

packages/documentation-site/patternfly-docs/content/design-guidelines/components/drawer/drawer.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ id: Drawer
33
section: components
44
---
55

6+
import '../components.css';
7+
68
## Usage
79

810
Drawers can be used to store and show more information than immediately presented on a page. A drawer with more information is usually prompted by a user click. Upon the click, the drawer comes out and shows more information, which is usually relevant to a whole page.
@@ -18,4 +20,6 @@ A **splitter** allows you to create a layout with resizable panes. The orientati
1820
### When to use a splitter
1921
Add a splitter to a drawer if you need to resize the width or height of a panel to give content more space. If data shown in a drawer has enough space, then you don’t need to use a splitter.
2022

21-
<img src="./img/splitter-drawer.png" alt="Drawer with a splitter" width="1500" />
23+
<div class="ws-docs-content-img">
24+
![Example of a drawer with a splitter.](./img/drawer-splitter.svg)
25+
</div>

0 commit comments

Comments
 (0)