Alternatives to Materialize logo

Alternatives to Materialize

Bootstrap, Material Design, Material, Angular Material , and Material-UI are the most popular alternatives and competitors to Materialize.
678
1.2K
+ 1
557

What is Materialize and what are its top alternatives?

A CSS Framework based on material design.
Materialize is a tool in the Front-End Frameworks category of a tech stack.
Materialize is an open source tool with 38.8K GitHub stars and 4.8K GitHub forks. Here’s a link to Materialize's open source repository on GitHub

Top Alternatives to Materialize

  • Bootstrap
    Bootstrap

    Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. ...

  • Material Design
    Material Design

    Material Design is a unified system that combines theory, resources, and tools for crafting digital experiences. ...

  • Material
    Material

    Express your creativity with Material, an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift. ...

  • Angular Material
    Angular Material

    Sprint from Zero to App. Hit the ground running with comprehensive, modern UI components that work across the web, mobile and desktop. It allows to create material styled angular apps fast and easy. ...

  • Material-UI
    Material-UI

    Material UI is a library of React UI components that implements Google's Material Design. ...

  • Ant Design
    Ant Design

    An enterprise-class UI design language and React-based implementation. Graceful UI components out of the box, base on React Component. A npm + webpack + babel + dora + dva development framework. ...

  • Bulma
    Bulma

    Bulma is a CSS framework based on Flexbox and built with Sass

  • Vuetify
    Vuetify

    Vuetify is a component framework for Vue.js 2. It aims to provide clean, semantic and reusable components that make building your application a breeze. Vuetify utilizes Google's Material Design design pattern, taking cues from other popular frameworks such as Materialize.css, Material Design Lite, Semantic UI and Bootstrap 4. ...

Materialize alternatives & related posts

Bootstrap logo

Bootstrap

55.3K
12.9K
7.6K
Simple and flexible HTML, CSS, and JS for popular UI components and interactions
55.3K
12.9K
+ 1
7.6K
PROS OF BOOTSTRAP
  • 1.6K
    Responsiveness
  • 1.2K
    UI components
  • 942
    Consistent
  • 779
    Great docs
  • 676
    Flexible
  • 472
    HTML, CSS, and JS framework
  • 411
    Open source
  • 374
    Widely used
  • 367
    Customizable
  • 242
    HTML framework
  • 77
    Popular
  • 77
    Mobile first
  • 77
    Easy setup
  • 58
    Great grid system
  • 52
    Great community
  • 38
    Future compatibility
  • 34
    Integration
  • 28
    Very powerful foundational front-end framework
  • 24
    Standard
  • 23
    Javascript plugins
  • 19
    Build faster prototypes
  • 18
    Preprocessors
  • 14
    Grids
  • 9
    Good for a person who hates CSS
  • 8
    Clean
  • 4
    Easy to setup and learn
  • 4
    Love it
  • 4
    Rapid development
  • 3
    Great and easy to use
  • 2
    Community
  • 2
    Provide angular wrapper
  • 2
    Great and easy
  • 2
    Boostrap
  • 2
    Powerful grid system, Rapid development, Customization
  • 2
    Great customer support
  • 2
    Popularity
  • 2
    Clean and quick frontend development
  • 2
    Great and easy to make a responsive website
  • 2
    Sprzedam opla
  • 2
    Easy to use
  • 1
    Responsive design
  • 1
    Geo
  • 1
    Painless front end development
  • 1
    Design Agnostic
  • 1
    So clean and simple
  • 1
    Numerous components
  • 1
    Recognizable
  • 1
    Intuitive
  • 1
    Material-ui
  • 1
    Love the classes?
  • 1
    Pre-Defined components
  • 1
    It's fast
  • 1
    Felxible, comfortable, user-friendly
  • 1
    The fame
  • 1
    Easy setup2
  • 1
    Not tied to jQuery
CONS OF BOOTSTRAP
  • 26
    Javascript is tied to jquery
  • 16
    Every site uses the defaults
  • 15
    Grid system break points aren't ideal
  • 14
    Too much heavy decoration in default look
  • 8
    Verbose styles
  • 1
    Super heavy

related Bootstrap posts

Ganesa Vijayakumar
Full Stack Coder | Technical Lead · | 19 upvotes · 3.5M views

I'm planning to create a web application and also a mobile application to provide a very good shopping experience to the end customers. Shortly, my application will be aggregate the product details from difference sources and giving a clear picture to the user that when and where to buy that product with best in Quality and cost.

I have planned to develop this in many milestones for adding N number of features and I have picked my first part to complete the core part (aggregate the product details from different sources).

As per my work experience and knowledge, I have chosen the followings stacks to this mission.

UI: I would like to develop this application using React, React Router and React Native since I'm a little bit familiar on this and also most importantly these will help on developing both web and mobile apps. In addition, I'm gonna use the stacks JavaScript, jQuery, jQuery UI, jQuery Mobile, Bootstrap wherever required.

Service: I have planned to use Java as the main business layer language as I have 7+ years of experience on this I believe I can do better work using Java than other languages. In addition, I'm thinking to use the stacks Node.js.

Database and ORM: I'm gonna pick MySQL as DB and Hibernate as ORM since I have a piece of good knowledge and also work experience on this combination.

Search Engine: I need to deal with a large amount of product data and it's in-detailed info to provide enough details to end user at the same time I need to focus on the performance area too. so I have decided to use Solr as a search engine for product search and suggestions. In addition, I'm thinking to replace Solr by Elasticsearch once explored/reviewed enough about Elasticsearch.

Host: As of now, my plan to complete the application with decent features first and deploy it in a free hosting environment like Docker and Heroku and then once it is stable then I have planned to use the AWS products Amazon S3, EC2, Amazon RDS and Amazon Route 53. I'm not sure about Microsoft Azure that what is the specialty in it than Heroku and Amazon EC2 Container Service. Anyhow, I will do explore these once again and pick the best suite one for my requirement once I reached this level.

Build and Repositories: I have decided to choose Apache Maven and Git as these are my favorites and also so popular on respectively build and repositories.

Additional Utilities :) - I would like to choose Codacy for code review as their Startup plan will be very helpful to this application. I'm already experienced with Google CheckStyle and SonarQube even I'm looking something on Codacy.

Happy Coding! Suggestions are welcome! :)

Thanks, Ganesa

See more
Francisco Quintero
Tech Lead at Dev As Pros · | 13 upvotes · 1.1M views

For Etom, a side project. We wanted to test an idea for a future and bigger project.

What Etom does is searching places. Right now, it leverages the Google Maps API. For that, we found a React component that makes this integration easy because using Google Maps API is not possible via normal API requests.

You kind of need a map to work as a proxy between the software and Google Maps API.

We hate configuration(coming from Rails world) so also decided to use Create React App because setting up a React app, with all the toys, it's a hard job.

Thanks to all the people behind Create React App it's easier to start any React application.

We also chose a module called Reactstrap which is Bootstrap UI in React components.

An important thing in this side project(and in the bigger project plan) is to measure visitor through out the app. For that we researched and found that Keen was a good choice(very good free tier limits) and also it is very simple to setup and real simple to send data to

Slack and Trello are our defaults tools to comunicate ideas and discuss topics, so, no brainer using them as well for this project.

See more
Material Design logo

Material Design

586
867
12
Google's Material Design
586
867
+ 1
12
PROS OF MATERIAL DESIGN
  • 4
    An intuitive design
  • 4
    They really set a new bar in design
  • 2
    Simply, And Beautiful
  • 2
    Many great libraries
  • 0
    Composants
CONS OF MATERIAL DESIGN
  • 2
    Sometimes, it can hang the browser

related Material Design posts

Giordanna De Gregoriis
Jr Fullstack Developer at Stefanini Inspiring · | 8 upvotes · 331.3K views

TL;DR: Shall I keep developing with Nuxt.js 2 and wait for a migration guide to Nuxt 3? Or start developing with Vue.js 3 using Vite, and then migrate to Nuxt 3 when it comes out?

Long version: We have an old web application running on AngularJS and Bootstrap for frontend. It is mostly a user interface to easily read and post data to our engine.

We want to redo this web application. Started from scratch using the newest version of Angular 2+ and Material Design for frontend. We haven't even finished rewriting half of the application and it is becoming dreadful to work on.

  • The cold start takes too much time
  • Every little change reload the whole page. Seconds to minutes of development lost looking at a loading blank page just changing css
  • Code maintainability is getting worse... again... as the application grows, since we must create everytime 5 files for a new page (html, component.ts, module.ts, scss, routing.ts)

I'm currently trying to code a Proof of Concept using Nuxt.js and Tailwind CSS. But the thing is, Vue.js 3 is out and has interesting features such as the composition API, teleport and fragments. Also we wish to use the Vite frontend tooling, to improve our time developing regardless of our application size. It feels like a better alternative to Webpack, which is what Nuxt 2 uses.

I'm already trying Nuxt.js with the nuxt-vite experimental module, but many nuxt modules are still incompatible from the time I'm posting this. It is also becoming cumbersome not being able to use teleport or fragments, but that can be circumvented with good components.

What I'm asking is, what should be the wisest decision: keep developing with Nuxt 2 and wait for a migration guide to Nuxt 3? Or start developing with Vue.js 3 using Vite, and then migrate to Nuxt 3 when it comes out?

See more
Ashish Sharma
Sr. UI Associate at Daffodil Software · | 5 upvotes · 605.2K views

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?

See more
Material logo

Material

86
79
3
A Graphics Framework for Material Design in Swift
86
79
+ 1
3
PROS OF MATERIAL
  • 1
    Good Documentation
  • 1
    Samples included
  • 1
    IOS benefits
CONS OF MATERIAL
    Be the first to leave a con

    related Material posts

    Angular Material  logo

    Angular Material

    614
    726
    32
    Easy to use material design for angular
    614
    726
    + 1
    32
    PROS OF ANGULAR MATERIAL
    • 12
      Components
    • 8
      Backed by a well known company
    • 4
      Simple
    • 3
      Easy
    • 2
      Very good documentation
    • 2
      Rte
    • 1
      Implements well known material design
    CONS OF ANGULAR MATERIAL
    • 4
      Fairly large

    related Angular Material posts

    Material-UI logo

    Material-UI

    2.2K
    3.5K
    432
    Material UI is a library of React UI components that implements Google's Material Design.
    2.2K
    3.5K
    + 1
    432
    PROS OF MATERIAL-UI
    • 137
      React
    • 82
      Material Design
    • 60
      Ui components
    • 29
      CSS framework
    • 23
      Component
    • 14
      Looks great
    • 12
      Good documentation
    • 12
      Responsive
    • 9
      LESS
    • 7
      Open source
    • 7
      Ui component
    • 6
      Code examples
    • 6
      Flexible
    • 5
      JSS
    • 3
      Fun
    • 3
      Supports old browsers out of the box
    • 3
      Angular
    • 3
      Very accessible
    • 2
      # of components
    • 2
      Interface
    • 2
      Designed for Server Side Rendering
    • 1
      Css
    • 1
      Typescript support
    • 1
      Accessibility
    • 1
      Support for multiple styling systems
    • 1
      Easy to work with
    CONS OF MATERIAL-UI
    • 33
      Hard to learn. Bad documentation
    • 27
      Hard to customize
    • 20
      Hard to understand Docs
    • 7
      Bad performance
    • 6
      Extra library needed for date/time pickers
    • 5
      For editable table component need to use material-table
    • 0
      # of components

    related Material-UI posts

    Adebayo Akinlaja
    Engineering Manager at Andela · | 30 upvotes · 1.7M views

    I picked up an idea to develop and it was no brainer I had to go with React for the frontend. I was faced with challenges when it came to what component framework to use. I had worked extensively with Material-UI but I needed something different that would offer me wider range of well customized components (I became pretty slow at styling). I brought in Evergreen after several sampling and reads online but again, after several prototype development against Evergreen—since I was using TypeScript and I had to import custom Type, it felt exhaustive. After I validated Evergreen with the designs of the idea I was developing, I also noticed I might have to do a lot of styling. I later stumbled on Material Kit, the one specifically made for React . It was promising with beautifully crafted components, most of which fits into the designs pages I had on ground.

    A major problem of Material Kit for me is it isn't written in TypeScript and there isn't any plans to support its TypeScript version. I rolled up my sleeve and started converting their components to TypeScript and if you'll ask me, I am still on it.

    In summary, I used the Create React App with TypeScript support and I am spending some time converting Material Kit to TypeScript before I start developing against it. All of these components are going to be hosted on Bit.

    If you feel I am crazy or I have gotten something wrong, I'll be willing to listen to your opinion. Also, if you want to have a share of whatever TypeScript version of Material Kit I end up coming up with, let me know.

    See more

    My React website is a simple 5-pager that attaches to a database to store and display registrations and other data. The user (small user base) can change any form elements, but I don't need theme-ing, though that would be fun for the user. reactstrap/react-bootstrap built on Bootstrap 4 sounds dated. I am familiar with reactstrap, but a friend said to try Material-UI. The thought of learning it is interesting, but somehow I think it might be overkill. So... reactstrap, react-bootstrap, or Material UI, which should I use?

    See more
    Ant Design logo

    Ant Design

    1K
    1.6K
    221
    A set of high-quality React components
    1K
    1.6K
    + 1
    221
    PROS OF ANT DESIGN
    • 47
      Lots of components
    • 33
      Polished and enterprisey look and feel
    • 21
      TypeScript
    • 20
      Easy to integrate
    • 18
      Es6 support
    • 17
      Typescript support
    • 17
      Beautiful and solid
    • 16
      Beautifully Animated Components
    • 15
      Quick Release rhythm
    • 14
      Great documentation
    • 2
      Easy to customize Forms
    • 1
      Opensource and free of cost
    CONS OF ANT DESIGN
    • 23
      Less
    • 10
      Large File Size
    • 4
      Poor accessibility support
    • 3
      Dangerous to use as a base in component libraries

    related Ant Design posts

    Sarmad Chaudhary
    Founder & CEO at Ebiz Ltd. · | 9 upvotes · 771.6K views

    Hi there!

    I just want to have a simple poll/vote...

    If you guys need a UI/Component Library for React, Vue.js, or AngularJS, which type of library would you prefer between:

    1 ) A single maintained cross-framework library that is 100% compatible and can be integrated with any popular framework like Vue, React, Angular 2, Svelte, etc.

    2) A native framework-specific library developed to work only on target framework like ElementUI for Vue, Ant Design for React.

    Your advice would help a lot! Thanks in advance :)

    See more

    Hello, A question to frontend developers. I am a beginner on frontend.

    I am building a UI for my company to replace old legacy one with React and this question is about choosing how to apply design to it.

    I have Tailwind CSS on one hand and Ant Design on the other (I didnt like mui and Bootstrap doesn't seem to have enterprise components as ant) As far as I understand, tailwind is great. It allows me to literally build an application without touching the css but I have to build my own react components with it. Ant design or mantine has ready to use components which I can use and rapidly build my application.

    My question is, is it the right approach to: - Use a component framework for now and replace legacy app. - Introduce tailwind later when I have a frontend resource in hand and then build own component library

    Thank you.

    See more
    Bulma logo

    Bulma

    671
    839
    38
    Free, open source, & modern CSS framework based on Flexbox
    671
    839
    + 1
    38
    PROS OF BULMA
    • 12
      Easy setup
    • 6
      Easy-to-customize the sass build
    • 6
      Community-created themes
    • 5
      Responsive
    • 5
      Great docs
    • 4
      Easy to learn and use
    CONS OF BULMA
    • 2
      Not yet supporting Vue 3

    related Bulma posts

    Daniel Hernández Alcojor
    Frontend Developer at atSistemas · | 8 upvotes · 870.7K views

    I'm building, from scratch, a webapp. It's going to be a dashboard to check on our apps in New Relic and update the Apdex from the webapp. I have just chosen Next.js as our framework because we use React already, and after going through the tutorial, I just loved the latest changes they have implemented.

    But we have to decide on a CSS framework for the UI. I'm partial to Bulma because I love that it's all about CSS (and you can use SCSS from the start), that it's rather lightweight and that it doesn't come with JavaScript clutter. One of the things I hate about Bootstrap is that you depend on jQuery to use the JavaScript part. My boss loves UIkIt, but when I've used it in the past, I didn't like it.

    What do you think we should use? Maybe you have another suggestion?

    See more
    Vuetify logo

    Vuetify

    1.1K
    1.8K
    169
    Material Component Framework for VueJS 2
    1.1K
    1.8K
    + 1
    169
    PROS OF VUETIFY
    • 29
      Enables beauty for graphically challenged devs
    • 23
      Wide range of components and active development
    • 23
      Vue
    • 18
      New age components
    • 13
      Easy integration
    • 11
      Material Design
    • 10
      Open Source
    • 9
      Nuxt.js
    • 6
      Awesome Documentation
    • 5
      Awesome Component collection
    • 5
      Internationalization
    • 5
      Not tied to jQuery
    • 4
      Best use of vue slots you'll ever see
    • 2
      Responsiveness
    • 2
      Active Community
    • 2
      Treeshaking
    • 2
      Not tied to jQuery
    CONS OF VUETIFY
    • 19
      It is heavy
    • 3
      Not Vue 3 Ready (Alpha-Version)

    related Vuetify posts

    Simon Reymann
    Senior Fullstack Developer at QUANTUSflow Software GmbH · | 23 upvotes · 2.1M views

    Our whole Vue.js frontend stack (incl. SSR) consists of the following tools:

    • Nuxt.js consisting of Vue CLI, Vue Router, vuex, Webpack and Sass (Bundler for HTML5, CSS 3), Babel (Transpiler for JavaScript),
    • Vue Styleguidist as our style guide and pool of developed Vue.js components
    • Vuetify as Material Component Framework (for fast app development)
    • TypeScript as programming language
    • Apollo / GraphQL (incl. GraphiQL) for data access layer (https://apollo.vuejs.org/)
    • ESLint, TSLint and Prettier for coding style and code analyzes
    • Jest as testing framework
    • Google Fonts and Font Awesome for typography and icon toolkit
    • NativeScript-Vue for mobile development

    The main reason we have chosen Vue.js over React and AngularJS is related to the following artifacts:

    • Empowered HTML. Vue.js has many similar approaches with Angular. This helps to optimize HTML blocks handling with the use of different components.
    • Detailed documentation. Vue.js has very good documentation which can fasten learning curve for developers.
    • Adaptability. It provides a rapid switching period from other frameworks. It has similarities with Angular and React in terms of design and architecture.
    • Awesome integration. Vue.js can be used for both building single-page applications and more difficult web interfaces of apps. Smaller interactive parts can be easily integrated into the existing infrastructure with no negative effect on the entire system.
    • Large scaling. Vue.js can help to develop pretty large reusable templates.
    • Tiny size. Vue.js weights around 20KB keeping its speed and flexibility. It allows reaching much better performance in comparison to other frameworks.
    See more
    Paul Whittemore
    Developer and Owner at Appurist Software · | 15 upvotes · 952.6K views

    I'm building most projects using: Server: either Fastify (all projects going forward) or ExpressJS on Node.js (existing, previously) on the server side, and Client app: either Vuetify (currently) or Quasar Framework (going forward) on Vue.js with vuex on Electron for the UI to deliver both web-based and desktop applications for multiple platforms.

    The direct support for Android and iOS in Quasar Framework will make it my go-to client UI platform for any new client-side or web work. On the server, I'll probably use Fastly for all my server work, unless I get into Go more in the future.

    Update: The mobile support in Quasar is not a sufficiently compelling reason to move me from Vuetify. I have decided to stick with Vuetify for a UI for Vue, as it is richer in components and enables a really great-looking professional result. For mobile platforms, I will just use Cordova to wrap the Vue+Vuetify app for mobile, and Electron to wrap it for desktop platforms.

    See more