Need advice about which tool to choose?Ask the StackShare community!
Material Design vs Material-UI: What are the differences?
Material Design: Google's Material Design. Material Design is a unified system that combines theory, resources, and tools for crafting digital experiences; Material-UI: React components for faster and easier web development. Build your own design system, or start with Material Design. React components for faster and easier web development. Build your own design system, or start with Material Design.
Material Design and Material-UI can be primarily classified as "Front-End Frameworks" tools.
"They really set a new bar in design" is the primary reason why developers consider Material Design over the competitors, whereas "React" was stated as the key factor in picking Material-UI.
Material-UI is an open source tool with 48.6K GitHub stars and 11K GitHub forks. Here's a link to Material-UI's open source repository on GitHub.
DeveloperTown, Ratio, and Chattermill are some of the popular companies that use Material-UI, whereas Material Design is used by Google, SkyQuest, and GEMServers. Material-UI has a broader approval, being mentioned in 69 company stacks & 80 developers stacks; compared to Material Design, which is listed in 25 company stacks and 38 developer stacks.
Hi, I start building an admin dashboard with next.js and looking for a frontend framework ( components ready ). So I end up with Ant Design and Material-UI, but I never built a project with these two.
Here is a list of my requirements.
- Good documentation.
- easy CRUD ( date picker and date range picker bundled )
- built-in multi-lang feature or Great 3rd library support
- Admin dashboard template
- well code maintenance
Which is better for the long run?
I'm using both of them. But If you want to create admin dashboard, You should try AntDesign. They (Alibaba / Taobao) created a group of UI libaries to create admin dashboard. It's production ready. https://procomponents.ant.design/en-US/components/table https://pro.ant.design/docs/layout In my opinion, If you want to create a dashboard with mobile first / simple dashboard, you can choice material ui. otherwise, antdesign is better (if you want focus on desktop /tablet ui). Some of skeleton has built with material ui such as react-admin is good point to start. But if you want to create admin site with antdesign, I think you should build with umijs (it is alternative and compatible with nextjs and antd support directlly)
https://github.com/uber/baseweb I highly recommend you baseweb, it's easy and very customizable and also beautiful.
I am a bit confused when to choose Bootstrap vs Material Design or Tailwind CSS, and why? I mean, in which kind of projects we can work with bootstrap/Material/Tailwind CSS? If the design is made up on the grid, we prefer bootstrap, and if flat design, then material design. Similarly, when do we choose tailwind CSS?
Any suggestion would be appreciated?
Hi Ashish,
If you need minimal work to be done from your end and like most of the components / design available out of the box - go with Bootstrap. This is the oldest and has the widest adoption and a whole range of components built out by others.
If you like Material design, this is a good choice too. Please note that Bootstrap also has a Material theme, though it is not as native.
Both of these above frameworks are bulky and has more than what you may need.
If you like to build micro-components in a elegant way, TailwindCSS is the way to go.
I don't know about material design.
You would go with Bootstrap if you want to prototype / build something without bothering about the design at all and you are OK if everything looks kinda template-y, using bootstrap out of the box components.
Go with Tailwind if you need a sleek design, a user interface where building with components will be important (because tailwind strongly favors component-based UI), and you know you will need to extend the built-in classes with your own (because tailwind is very easy to extend)
I would personally recommend tailwind over bootstrap any day of the week.
Tailwind is great you don't have to mess with naming things and it is so much more flexible than the cookie cutter bootstrap, but I don't know about material UI. I recommend tailwind it's super simple to learn and has great code snippets.
Put simply, you should use Tailwind regardless. It is a great addition to whatever you use because it removes the hassle of writing CSS.
Ant Design offers the most components with JS and CSS taken care of. They look clean, professional, and usable.
We paired this with Bulma for making the containers and structure reactive. Bulma (for react) make it easy to just add a section, container, and content and have it work on all platforms.
We also use Geist UI, though not recognized by Stack share, for its simple and modern feel. Highly recommend Geist if you want modern components for complicated UI's
I replaced Bootstrap with Material-UI during the front-end UI development, because Material-UI adopts a component-based importing style, making it suit well in a "React programming style". This makes me comfortable when programming because I can treat importing UI components as other React components I define.
As our team will be building a web application, HTML5
and CSS3
are one of the standardized combinations to implement the structure and the styling of a webpage. Material-UI
comes with all sorts of predesigned web components such as buttons and dropdowns that will save us tons of development time. Since it is a component library designed for React, it suits our needs. However, we do acknowledge that predesigned components may sometimes cause pains especially when it comes to custom styling. To make our life even easier, we also adopted Tailwind CSS
. It is a CSS framework providing low-level utility classes that will act as building blocks when we create custom designs.
Fonts and typography are fun. Material Design is a framework (developed by Google) that basically geeks out on how to assemble your typographical elements together into a design language. If you're into fonts and typography, it's fantastic. It provides a theming engine, reusable components, and can pull different user interfaces together under a common design paradigm. I'd highly recommend looking into Borries Schwesinger's book "The Form Book" if you're going to be working with Material UI or are otherwise new to component design.
https://www.amazon.com/Form-Book-Creating-Printed-Online/dp/0500515085
Pros of Material Design
- They really set a new bar in design4
- An intuitive design3
- Simply, And Beautiful2
- Many great libraries2
- Composants0
Pros of Material-UI
- React136
- Material Design82
- Ui components58
- CSS framework28
- Component23
- Looks great14
- Good documentation11
- Responsive11
- LESS9
- Ui component7
- Open source7
- Code examples6
- Flexible5
- JSS4
- Angular3
- Very accessible3
- Fun3
- Supports old browsers out of the box3
- Interface2
- Designed for Server Side Rendering2
- Easy to work with1
- Css1
Sign up to add or upvote prosMake informed product decisions
Cons of Material Design
- Sometimes, it can hang the browser2
Cons of Material-UI
- Hard to learn. Bad documentation31
- Hard to customize25
- Hard to understand Docs19
- Bad performance6
- Extra library needed for date/time pickers6
- For editable table component need to use material-table5