MCPcopy Create free account
hub / github.com/agi-inc/design-system / SheetExample

Function SheetExample

apps/example/components/sheet/Sheet.example.tsx:12–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10} from '@multion/ui';
11
12const SheetExample = () => {
13 return (
14 <Sheet>
15 <SheetTrigger>Open</SheetTrigger>
16 <SheetContent>
17 <SheetHeader>
18 <SheetTitle>Are you absolutely sure?</SheetTitle>
19 <SheetDescription>
20 This action cannot be undone. This will permanently delete your
21 account and remove your data from our servers.
22 </SheetDescription>
23 </SheetHeader>
24 </SheetContent>
25 </Sheet>
26 );
27};
28
29export default SheetExample;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected