Software Alternatives, Accelerators & Startups

Cirrus CSS VS Material UI

Compare Cirrus CSS VS Material UI and see what are their differences

Cirrus CSS logo Cirrus CSS

The SCSS framework for the modern web. It's component based, customizable, and completely open source.

Material UI logo Material UI

A CSS Framework and a Set of React Components that Implement Google's Material Design
  • Cirrus CSS Landing page
    Landing page //
    2022-08-03

Cirrus is a modular, responsive, and component centric SCSS framework aimed at bringing beautiful, hassle-free styling. Cirrus works right away with minimal styling. From there, add components and tweak using utility classes to make it truly your own.

  • Material UI Landing page
    Landing page //
    2023-07-24

Cirrus CSS videos

No Cirrus CSS videos yet. You could help us improve this page by suggesting one.

+ Add video

Material UI videos

Getting Started With Material-UI For React (Material Design for React)

More videos:

  • Review - Code Review: react-material-ui-datatable

Category Popularity

0-100% (relative to Cirrus CSS and Material UI)
CSS Framework
21 21%
79% 79
Design Tools
10 10%
90% 90
Developer Tools
6 6%
94% 94
Frontend Development
100 100%
0% 0

Questions and Answers

As answered by people managing Cirrus CSS and Material UI.

Which are the primary technologies used for building your product?

Cirrus CSS's answer

Cirrus is possible thanks to open source contributors on Dart Sass and True (Sass unit testing framework).

What makes your product unique?

Cirrus CSS's answer

There are often debates on whether component-centric frameworks such as Bootstrap or atomic-classed frameworks such as Tailwind are better for its: - Learning curve - Maintainability - Flexibility - Ease of use

I am a fan of both frameworks as they have their strengths depending on the situation. With component-based frameworks, it is quite easy to slap a couple of different elements together and you have a working website. However, customization may require writing lots of other CSS yourself which takes time away from building your product. Utility-class-based frameworks offer customization that is as granular as it gets short of writing the CSS yourself but without the overhead. A major drawback is that being able to customize and use tree shaking requires direct integration of Tailwind into your project and a CDN version is not feasible for production.

Cirrus is a framework that takes the best parts of both of these types of frameworks and provides: - Many pre-built basic components to accelerate your development velocity (e.g. Avatars, Modals, Tabs, etc.). To keep your code clean, all component classes are built following the BEM convention. - A suite of common utility classes to help tweak and polish your designs when needed. These utility classes are so powerful that you can construct components with them alone. - Different CDN builds of the framework that can be dropped in at any browser (core, ext, all). Choose one that fits your needs.

With the release of 0.7, much of the framework can now be customized. Since the framework is written entirely in SCSS, it can take advantage of all the existing APIs for class generation. The new configuration system in Cirrus allows you to: - Add/Edit/Delete component styles. - Add/Edit/Delete utility classes. - Specify which breakpoints are supported. - Toggle which classes should have viewport variants (to help save on build size). - Enable/Disable different parts of the framework. - And more :)

What's the story behind your product?

Cirrus CSS's answer

Started in late 2016, Cirrus was built as a side project of mine to foray into web development. Since then it has grown immensely with the addition of components, more utility classes, CSS grid, etc. My main goal for this framework is to make web development as painless as possible -- and that always starts with great documentation and consistency in design choices.

User comments

Share your experience with using Cirrus CSS and Material UI. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Cirrus CSS and Material UI

Cirrus CSS Reviews

15 Top Bootstrap Alternatives For Frontend Developers in 2024
Regarding its extensive suite of components, Cirrus not only provides base styles for page layouts but also a variety of different components. It works immediately with minimal styling. From there, you can add components and customize using utility classes to truly make it your own.
Source: coursesity.com

Material UI Reviews

15 Top Bootstrap Alternatives For Frontend Developers in 2024
One of the highlighting features of this framework like Bootstrap is that it is based on Google's Material Design, offering a variety of reusable components that can be incorporated as needed. A major drawback of Material UI is its limitation to only React-based components. Additionally, it uses CSS-in-JS (a technique of writing CSS styling in JavaScript), which may not be...
Source: coursesity.com
React UI Components Libraries: Our Top Picks for 2023
Material-UI (MUI) is a fully loaded UI component library that offers a comprehensive set of UI tools to create and deploy new features at speed. It is one of the most powerful and popular UI component libraries out there with over 3.2 million downloads on npm a week, 78k stars on GitHub, 17k+ followers on Twitter, and 2.4k+ open-source contributors.
Source: kinsta.com
Top React component libraries (2021 edition)
For support, there’s plenty of free options like the Material-UI community, Stack Overflow, and GitHub. Material points technical questions to Stack Overflow, where more than 12.5k questions have been posted. GitHub is used exclusively as a bugs and feature requests tracker. On the paid side, Material-UI suggests purchasing a Tidelift subscription which offers “flexibility...
Source: retool.com
Comparing popular React component libraries
Unlike Ant Design, Material-UI offers built-in methods to style components. makeStyles() is useful, especially when your code starts to get big; it helps you find the element to style more quickly and makes the code more readable. The downside is that readability may degrade as a component grows. But overall, Material-UI is a strong, highly customizable library.
6 Best ReactJS based UI Frameworks
MaterialUI is a set of React Components that Implement the Google’s Material Design Guidelines. When it comes to predefined components especially UI, one important thing we need to find is how many UI widgets are available and whether these can be customized with configurations. Material-UI has all components that you need and it is very configurable with predefined color...
Source: medium.com

Social recommendations and mentions

Based on our record, Material UI seems to be more popular. It has been mentiond 75 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Cirrus CSS mentions (0)

We have not tracked any mentions of Cirrus CSS yet. Tracking of Cirrus CSS recommendations started around Aug 2021.

Material UI mentions (75)

  • Building Forms with zod and react-hook-form
    Material UI: Component library to style our form input fields. - Source: dev.to / about 1 year ago
  • Getting started with NextUI and Next.js
    These UI components and elements usually include Button, Navbar, Tooltip, Tab components, and more. Many UI libraries exist, including React Bootstrap, built on the popular Bootstrap CSS library, and Material-UI, one of the most popular UI component libraries for React. - Source: dev.to / over 1 year ago
  • Comparing React Component Libraries
    Material UI, the undisputed heavyweight champion on this list, was created according to Google’s Material Design guidelines. Launched in 2014, it currently has 71K stars, 23.9K forks, 2284 contributors, and 687K users on GitHub, indicating lots of active maintainers and a vibrant community. A large community also means that bugs are fixed faster. - Source: dev.to / over 1 year ago
  • How to overwrite Material UI tooltip inline styles?
    I am currently developing a React component that leverages the Material UI Tooltip component. Within my component, I need to manually re-position the Mui Tooltip via the root popper element (MuiTooltip-popper). Source: about 2 years ago
  • Get value of MenuItem material ui
    I'm using Material UI for Menu and Menu Item.I'm trying to get the value of a menu item, but it doesn't work. Source: about 2 years ago
View more

What are some alternatives?

When comparing Cirrus CSS and Material UI, you can also consider the following products

Semantic UI - A UI Component library implemented using a set of specifications designed around natural language

Ant Design - An enterprise-class UI design language and React implementation with a set of high-quality React components, one of best React UI library for enterprises

Materialize CSS - A modern responsive front-end framework based on Material Design

Bootstrap - Simple and flexible HTML, CSS, and JS for popular UI components and interactions

Chakra UI - Simple, modular and accessible UI components for your React applications.

Foundation - The most advanced responsive front-end framework in the world