From 21e9f1d357b20e4daf9e26599ad4c43b226c2a1f Mon Sep 17 00:00:00 2001 From: Alexandre Le Lain Date: Tue, 4 Feb 2020 22:29:04 +0100 Subject: [PATCH] [docs] Add blocks section to related-projects (#19562) --- .../pages/discover-more/related-projects/related-projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/pages/discover-more/related-projects/related-projects.md b/docs/src/pages/discover-more/related-projects/related-projects.md index d36f9d6672ec78..1f22ea29f501c5 100644 --- a/docs/src/pages/discover-more/related-projects/related-projects.md +++ b/docs/src/pages/discover-more/related-projects/related-projects.md @@ -76,6 +76,10 @@ They support many different use cases (editable, filtering, grouping, sorting, s - [material-ui-confirm](https://github.com/jonatanklosko/material-ui-confirm): Provides easy to use confirmation dialogs to simplify confirming user actions without writing boilerplate code. +## Blocks + +- [components-extra](https://github.com/alexandre-lelain/components-extra): Provides a set of "molecule" components built on top of Material-UI like a Footer, a CookiesBanner, a BackToTop button and other complex elements highly customizable to help devs build the macro parts of their UI very quickly. Those components are often duplicated across sites - this library solves this exact problem. + ## Theming - [create-mui-theme](https://react-theming.github.io/create-mui-theme/): An online tool for creating Material-UI themes via Material Design Color Tool.