Skip to content

Commit b6ec74b

Browse files
GAUNSDkaylachumley
andcommitted
chore: Update Tearsheet documentation (PR feedback)
Update packages/module/patternfly-docs/content/extensions/component-groups/examples/Tearsheet/Tearsheet.md From: @kaylachumley Co-authored-by: Kayla Chumley <150823809+kaylachumley@users.noreply.github.com>
1 parent b27939d commit b6ec74b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • packages/module/patternfly-docs/content/extensions/component-groups/examples/Tearsheet

packages/module/patternfly-docs/content/extensions/component-groups/examples/Tearsheet/Tearsheet.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ The `<TearsheetBody>` component will handle scrolling for long content.
3838

3939
### Stacked
4040

41-
One special use case with tearsheets is stacking.
42-
When a user is using a tearsheet, if another one needs to open it can open one level "on-top" of it in a new stack.
43-
Tearsheets offer 3 stack levels (0,1,2).
44-
A special stack level -1 allows a tearsheet to hide behind others.
41+
Tearsheets support stacking, allowing new sheets to open on top of active ones. They utilize three visible stack levels (0, 1, and 2) and a background level (-1) to hide inactive sheets.
4542

4643
```ts file="./TearsheetStacked.tsx"
4744
```

0 commit comments

Comments
 (0)