Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add examples using mui #416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

docs: add examples using mui #416

wants to merge 1 commit into from

Conversation

Xhale1
Copy link
Collaborator

@Xhale1 Xhale1 commented Aug 28, 2022

No description provided.

@vercel
Copy link

vercel bot commented Aug 28, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
dnd ✅ Ready (Inspect) Visit Preview Aug 28, 2022 at 8:15AM (UTC)

Copy link
Collaborator

@100terres 100terres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👌

There's one small change to do

@@ -104,6 +104,7 @@
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@jest/environment": "28.1.3",
"@mui/material": "^5.10.2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@mui/material": "^5.10.2",
"@mui/material": "5.10.2",

Comment on lines +12 to +18
storiesOf('Examples/MUI', module)
.add('cards', () => (
<QuoteAppMUI initial={generateData.small()} variant="card" />
))
.add('boxes', () => (
<QuoteAppMUI initial={generateData.small()} variant="box" />
));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants