Skip to content

Commit 9bf9aa4

Browse files
Merge pull request mui#5282 from oliviertassinari/docs-add-casalova-related-project
[docs] Add Casalova to the showcase
2 parents 14f48db + fe1f34e commit 9bf9aa4

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/src/app/components/pages/discover-more/Showcase.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const appList = [
2222
// link: '',
2323
// },
2424
{
25-
title: 'SplitMe',
25+
title: 'SplitMe - Split expenses with friends',
2626
author: 'Olivier Tassinari',
2727
img: 'images/showcase/splitme.png',
2828
link: 'https://splitme.net/',
@@ -75,6 +75,12 @@ const appList = [
7575
img: 'http://static.marmelab.com/admin-on-rest.gif',
7676
link: 'https://github.com/marmelab/admin-on-rest',
7777
},
78+
{
79+
title: 'Casalova - Book your next rental',
80+
author: 'Casalova',
81+
img: 'images/showcase/casalova.png',
82+
link: 'https://www.casalova.com/',
83+
},
7884
];
7985

8086
const Showcase = () => (

docs/src/app/components/pages/discover-more/related-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ A Formsy compatibility wrapper for Material-UI form components.
77
- [react-materialui-notifications](https://github.com/puranjayjain/react-materialui-notifications) Spec compliant notifications for react and material ui users.
88
- [material-ui-chip-input](https://github.com/TeamWertarbyte/material-ui-chip-input) An input field for chips as seen in the [Material design guidelines](https://material.google.com/components/chips.html#chips-behavior).
99
- [material-auto-rotating-carousel](https://github.com/TeamWertarbyte/material-auto-rotating-carousel) A responsive [auto-rotating carousel](https://material.google.com/growth-communications/onboarding.html#onboarding-top-user-benefits) to display your app's benefits.
10+
- [material-ui-rails](https://github.com/towonzhou/material-ui-rails)
11+
Material-UI for Rails.
1012

1113
### Complementary Projects
1214

1315
- [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views)
1416
A React component for swipeable views. Plays well with the `Tabs` component.
1517
- [UniversalRelayBoilerplate](https://github.com/codefoundries/UniversalRelayBoilerplate)
1618
Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Material-UI), Relay, GraphQL, JWT, Node.js, Apache Cassandra.
17-
- [material-ui-rails](https://github.com/towonzhou/material-ui-rails)
18-
Material-UI for Rails.
7.36 KB
Loading

0 commit comments

Comments
 (0)