Skip to content

Commit

Permalink
test: add proper classes to container story (#410)
Browse files Browse the repository at this point in the history
Co-authored-by: משה וילנר <[email protected]>
  • Loading branch information
shootermv and משה וילנר authored Nov 8, 2024
1 parent 65fbf44 commit a940513
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions src/container/container.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,42 @@ const story = {
const Template: StoryFn<typeof Container> = (args) => {
return (
<Container {...args}>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p>Random text to test the element width</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
<p className="text-foreground-primary">
Random text to test the element width
</p>
</Container>
);
};
Expand Down

0 comments on commit a940513

Please sign in to comment.