Skip to content

Commit 7314775

Browse files
committed
test: đź’Ť add fitted PDF example
1 parent ee7faba commit 7314775

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎src/__story__/pdf.story.tsx‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ const pdf = 'http://www.africau.edu/images/default/sample.pdf';
88
storiesOf('PDF', module)
99
.add('A pdf file', () => {
1010
return <Embed url={pdf} />;
11+
})
12+
.add('Fitted', () => {
13+
return (
14+
<Box>
15+
<Embed url={pdf} />
16+
</Box>
17+
);
1118
});

0 commit comments

Comments
 (0)