We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c11255 commit 493457fCopy full SHA for 493457f
1 file changed
docs/src/app/components/pages/discover-more/Showcase.js
@@ -69,6 +69,12 @@ const appList = [
69
img: 'images/showcase/dearborn-denim.png',
70
link: 'http://dearborndenim.us/get-my-size',
71
},
72
+ {
73
+ title: 'admin-on-rest - A frontend framework for building admin SPAs on top of REST services',
74
+ author: 'marmelab.com',
75
+ img: 'http://static.marmelab.com/admin-on-rest.gif',
76
+ link: 'https://github.com/marmelab/admin-on-rest',
77
+ },
78
];
79
80
const Showcase = () => (
0 commit comments