From c8db5a13b26dc3bbd7c2ea314b8c8109fdb28af6 Mon Sep 17 00:00:00 2001 From: danilo leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 19 May 2022 23:46:24 -0300 Subject: [PATCH] copywriting adjustments --- docs/data/joy/components/sheet/sheet.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/data/joy/components/sheet/sheet.md b/docs/data/joy/components/sheet/sheet.md index 7dc383fb68ff57..d1ebd0fe04a173 100644 --- a/docs/data/joy/components/sheet/sheet.md +++ b/docs/data/joy/components/sheet/sheet.md @@ -11,8 +11,15 @@ unstyled: /base/react-sheet/ {{"component": "modules/components/ComponentLinkHeader.js"}} +## Basic + +Use the `Sheet` component as a generic container for your components. +You can play around with variants, color, and elevation to achieve the desired result. + {{"demo": "SheetUsage.js", "hideToolbar": true}} -## Basic +## Elevation + +`Sheet` comes with three predefined elevation values: `sm`, `md`, and `lg`. {{"demo": "SimpleSheet.js"}}