File tree 2 files changed +9
-8
lines changed
apps/portal/src/content/docs/components
packages/ui/src/components/drawer
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { DocsPage } from "@/components/docs-page";
20
20
21
21
<Drawer.Content>
22
22
<Drawer.Header icon="repositories">
23
- <Drawer.Tagline>tagline</Drawer.Tagline>
23
+ <Drawer.Tagline>tagline</Drawer.Tagline>
24
24
<Drawer.Title>Title</Drawer.Title>
25
25
<Drawer.Description>
26
26
Description
@@ -73,13 +73,14 @@ import { DocsPage } from "@/components/docs-page";
73
73
Sed nec massa nec turpis interdum volutpat. Morbi sed justo ac leo sagittis tincidunt.
74
74
</p>
75
75
</Drawer.Body>
76
+
76
77
<Drawer.Footer>
77
- <ButtonGroup>
78
- <Drawer.Close asChild>
79
- <Button variant="outline">Cancel</Button>
80
- </Drawer.Close>
81
- <Button>Action</Button>
82
- </ButtonGroup>
78
+ <ButtonGroup>
79
+ <Drawer.Close asChild>
80
+ <Button variant="outline">Cancel</Button>
81
+ </Drawer.Close>
82
+ <Button>Action</Button>
83
+ </ButtonGroup>
83
84
</Drawer.Footer>
84
85
</Drawer.Content>
85
86
</Drawer.Root>
Original file line number Diff line number Diff line change 1
- import { Children , HTMLAttributes , isValidElement , ReactNode } from 'react'
1
+ import { Children , HTMLAttributes , ReactNode } from 'react'
2
2
3
3
import { Icon , IconProps , Logo , LogoProps } from '@/components'
4
4
import { cn , getComponentDisplayName } from '@/utils'
You can’t perform that action at this time.
0 commit comments