Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: Drawer
section: components
---

import '../components.css';

## Usage

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.
Expand All @@ -18,4 +20,6 @@ A **splitter** allows you to create a layout with resizable panes. The orientati
### When to use a splitter
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.

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