Skip to content

Commit

Permalink
Re-add Danilo's demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Jun 20, 2022
1 parent 937e941 commit 85884dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/data/joy/components/sheet/SimpleSheet.js
@@ -0,0 +1,10 @@
import Sheet from '@mui/joy/Sheet';
import * as React from 'react';

export default function SimpleSheet() {
return (
<Sheet variant="outlined" sx={{ p: 4 }}>
Hello world!
</Sheet>
);
}
10 changes: 10 additions & 0 deletions docs/data/joy/components/sheet/SimpleSheet.tsx
@@ -0,0 +1,10 @@
import Sheet from '@mui/joy/Sheet';
import * as React from 'react';

export default function SimpleSheet() {
return (
<Sheet variant="outlined" sx={{ p: 4 }}>
Hello world!
</Sheet>
);
}
3 changes: 3 additions & 0 deletions docs/data/joy/components/sheet/SimpleSheet.tsx.preview
@@ -0,0 +1,3 @@
<Sheet variant="outlined" sx={{ p: 4 }}>
Hello world!
</Sheet>

0 comments on commit 85884dc

Please sign in to comment.