From 4f08684c5e04c4e18e471fec3da555b822b88445 Mon Sep 17 00:00:00 2001 From: shadcn Date: Thu, 2 Mar 2023 15:00:15 +0400 Subject: [PATCH] fix(sheet): add component prop in mdx --- apps/www/content/docs/primitives/sheet.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/www/content/docs/primitives/sheet.mdx b/apps/www/content/docs/primitives/sheet.mdx index 12261f12df..d95df01ed4 100644 --- a/apps/www/content/docs/primitives/sheet.mdx +++ b/apps/www/content/docs/primitives/sheet.mdx @@ -1,6 +1,7 @@ --- title: Sheet description: Extension of Dialog component that displays content that complements the main content of the screen, or a list of actions that affect the main content of the screen. +component: true radix: link: https://www.radix-ui.com/docs/primitives/components/dialog api: https://www.radix-ui.com/docs/primitives/components/dialog#api-reference