-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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 "refine" demo to showcase #33240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool, looks great! Thanks for adding this @omeraplak!
Could you please run |
Hey,
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the required diff:
--- a/docs/data/material/discover-more/showcase/appList.js
+++ b/docs/data/material/discover-more/showcase/appList.js
@@ -452,7 +452,8 @@ const appList = [
description: 'A full-featured Admin panel app',
image: 'refine-finefoods.jpg',
link: 'https://example.mui.admin.refine.dev/',
- source: 'https://github.com/pankod/refine/tree/next/examples/fineFoods/admin/mui',
+ source:
+ 'https://github.com/pankod/refine/tree/next/examples/fineFoods/admin/mui',
stars: 2415,
dateAdded: '2022-06-21',
},
For some reason, I can't commit to your branch. Please apply this diff and push the changes.
looks good now, thank you! |
We added the finefoods demo we created using the refine framework and Material UI. We think it will inspire people who will use Material UI. Thank you