material-design-lite VS suit

Compare material-design-lite vs suit and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
material-design-lite suit
9 9
32,280 3,799
0.0% 0.0%
0.0 0.0
5 months ago almost 2 years ago
HTML HTML
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

material-design-lite

Posts with mentions or reviews of material-design-lite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-13.

suit

Posts with mentions or reviews of suit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-10.
  • Past Informs the Present: Beginā€™s Approach to CSS
    9 projects | dev.to | 10 Jan 2023
    As style sheets became the responsibility of larger and larger teams, CSSā€™ global scope and specificity were often at odds with team dynamics. Style collisions became increasingly common, where changes introduced by one developer would inadvertently affect styles elsewhere on the website. As the old joke goes: two CSS properties walk into a bar; a bar stool in a completely different bar falls over. As these issues and the number of people experiencing them multiplied, so too did new CSS methodologies, particularly those focused on style sheet architectures. Before long, we had SMACSS, SUIT CSS, BEM, ITCSS, and more. Third party supersets of CSS also appeared during this time, such as Sass and LESS, which gave style sheet authors access to scripting features like variables and loops.
  • Front-end Guide
    54 projects | dev.to | 23 Nov 2022
    CSS (Cascading Style Sheets) are rules to describe how your HTML elements look. Writing good CSS is hard. It usually takes many years of experience and frustration of shooting yourself in the foot before one is able to write maintainable and scalable CSS. CSS, having a global namespace, is fundamentally designed for web documents, and not really for web apps that favor a components architecture. Hence, experienced front end developers have designed methodologies to guide people on how to write organized CSS for complex projects, such as using SMACSS, BEM, SUIT CSS, etc.
  • Mengenal macam - macam Metodologi penulisan CSS - Part 2
    2 projects | dev.to | 3 Nov 2022
  • A Small Guide for Naming Stuff in Front-End Code
    3 projects | news.ycombinator.com | 12 Jan 2022
    This is actually super bad practice. I really dislike scoped css.

    When I see devs using scoped css the class names always end up like `.box` or `.name`.

    Having to think about classnames and writing Sass makes me much more aware of the structure of the components I'm styling. Frankly I think only JS oriented devs like scoped CSS and frontend who love html/css and the challenges of architecturing good CSS don't egt any benefit out of styled components (since you're using atomic css like Tailwind and/or BEM-style which always "scopes" classnames with the component name.

    In general any solid guidelines makes CSS instantly 10x better and that's all most projects needs, and it's often what most projects lack.

    SuitCSS works great with Vue in my experience, and can even be linted with postcss-bem-linter :

    https://github.com/suitcss/suit/blob/master/doc/naming-conve...

  • The React roadmap for beginners you never knew you needed.
    42 projects | dev.to | 23 Nov 2021
    SUITCSS
  • MetodologĆ­as CSS
    2 projects | dev.to | 9 Aug 2021
  • Bootstrap VS Tachyons
    3 projects | dev.to | 30 Jun 2021
    Tachyons developer, Adam Morse in this talk at DevShop London 2016, talks about motivation behind Tachyons. He discusses the problem of continuous over-riding your own written CSS code, writing tons of CSS code, struggle to keep all this info in your head and the need to refactor 200Kb CSS file. His answer to the problem is Tachyons. SUIT CSS (Style Tools for UI Components). was the initial inspiration that lead to creation of Tachyons. Unlike Bootstrap where you redefine a component multiple times, SUIT had a class which would not redefine itself or mutate later.
  • How I'm forcing myself to write CSS following certain rules
    2 projects | dev.to | 21 Apr 2021
    This component syntax is mainly taken from Suit CSS with minor modifications.
  • CSS Deep
    2090 projects | dev.to | 26 Feb 2021
    suitcss/suit - Style tools for UI components

What are some alternatives?

When comparing material-design-lite and suit you can also consider the following projects:

Material Components Web - Modular and customizable Material Design UI components for the web

tachyons - Functional css for humans

MatBlazor - Material Design components for Blazor and Razor Components

Atomizer - A library to create small, reusable CSS that scales as your website grows.

Materialize - Materialize, a CSS Framework based on Material Design

Bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Semantic UI - Semantic is a UI component framework based around useful principles from natural language.

moment - Parse, validate, manipulate, and display dates in javascript.

angular-styleguide - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.

odometer

Skeleton - Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development

colors - Smarter defaults for colors on the web.