Need advice about which tool to choose?Ask the StackShare community!

Material-UI

2.2K
3.6K
+ 1
441
Semantic UI

951
1.5K
+ 1
673
UIkIt

786
413
+ 1
262
Advice on Material-UI, Semantic UI, and UIkIt
Needs advice
on
Material-UIMaterial-UI
and
reactstrapreactstrap

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
Replies (8)

MaterialUI may be overkill for such a simple project, you're right. So I'm recommending both tools in this StackShare form.

But if it's planned to increase the project, consider migrating it to MUI in advance. Among its pros I can name: - brilliant TS support - all popular use cases covered - well documented - backed by sponsors == will live and be maintained

See more
Recommends
on
Material-UIMaterial-UI

I recommend Material-UI for a couple reasons. 1. It’s very easy to throw MUI into React. You can essentially just import the components you need in place of yours. Effectively, for a button, for example, you can swap out <button for MUI’s <Button and you can be done if that’s all you want. Looks great, no hassle, and they have simple guides to help you make good UI decisions on top of that. 2. It’s pretty up-to-date, and it has great docs. I use MUI all the time, and if I were doing a simple, small user-base app, I would definitely use it for the sake of convenience and speed of development.

See more
Robert Smith
Tech Delivery Manager at self · | 2 upvotes · 31.5K views
Recommends

I've used material UI and had great success with it on React projects. Semantic UI is also another great option https://semantic-ui.com/.

When you say its "overkill", I would think long term. I do a lot of small projects not only for the purpose of the project, but also for learning, future projects and to use professionaly. It's a long-term investment.

See more
Recommends

It's totally the design decision if you like to follow bootstrap design then you should go for reactstrap. But if you want to follow google material design then you should go for material ui.

See more
Recommends
on
Material-UIMaterial-UI

Material-UI looks great and is easy to use. Highly recommended, my favourite UI framework for React.

See more
Recommends
on
Material-UIMaterial-UI

Much more modern in terms on support for css in js. But go for v5 not v4 as material-ui is going through a transition in term of its own implementation

See more
Flavio Ribeiro
REACT DEVELOPER at Beblue · | 1 upvotes · 31.5K views
Recommends
on
Material-UIMaterial-UI

Material-UI is the good choice for a small project. It's fast for development, maintenance, and is ready to use. It HaveMaterial-UI is the good choice for a small project. It's fast for development, maintenance, and is ready to use. Has an excellent documentation with pratic examples.

See more
Malik Bagwala
Front-end Developer at Vesatogo Innovations · | 1 upvotes · 31.6K views
Recommends
on
Chakra UIChakra UI

Chakra UI seems like the perfect fit in my opinion. It has a much powerful design system, all the necessary components and it is dead simple to learn. And pretty easy to customize too.

See more
Daniel Hernández Alcojor
Frontend Developer at atSistemas · | 8 upvotes · 993.2K views
Needs advice
on
BootstrapBootstrapBulmaBulma
and
UIkItUIkIt

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
Replies (7)
Recommends
on
UIkItUIkIt

I have used bulma in several projects. We could not customize with the websites very well. Also when we need "quick solutions" Bulma is not suitable (I mean basic animations, to-top buttons, transparent navbar solutions etc. For these solutions, you need extra js codes).

Everybody knows about Bootstrap (heavy but popular).

Now we start a new project with UI kit, I like it. Pros: It is fast and lightweight and imho it has very good UI. Cons: Small community. Documentation.

Check this link for kick-off. https://github.com/zzseba78/Kick-Off

Maybe it is helpful.

See more
Damien Lucchese
Recommends
on
BulmaBulma

Been checking out Bulma, myself, and really dig it. I like that it's a great base level jumping off point. You can get a layout going with it, pretty quickly, and then customize as you want. It definitely sounds like it's the one you're leaning towards but a big factor would be who will be using it most? Your boss, yourself, others? Whichever you like best, you'll prob be most productive with but if in the end your boss says it has to be UIkit, then best to be open-minded and give it another shot. Sometimes you may not jive with new tools in your stack, at first, but then they can become tools you learn to love. Best to you in your decision! Take care & keep safe.

See more
Recommends
on
DiezDiez

I've moved away from the concept of UI kits. Not that many support CSS grid. A lot of the icons are easier to use in SVG. I've had success in the concept of design framework and design tokens. I build my brand identity in Figma, and extract in Diez. Then Diez integrates into React and SASS. Much easier because design is decoupled from software in a central authority, and software updates automatically from design changes.

See more
Recommends
on
BulmaBulma

Honestly - pick whatever you are the most comfortable with. You can achieve almost the same effects with different tools, so why not use something I like using?

See more
Recommends

I used UIKit and Bootstrap many times. I love Bootstrap for fast, easy layouts to web apps. Clean code, easiest and fastest way to write layouts for front end if you learned something before about Bootstrap. Now in React I use React-Boostrap too. About UIKit I can say its nice idea. It's easier than Bootstrap. This is good option for trainee developer to learn how u should create layout of your website, but for me UIKit have not enough functions. If you need to create something complicated, u have an error in your mind. You must create amazing code combinations for UIKit where in Bootstrap in the same ideas you have easy solutions.

See more
Tomer Fishaimer
Frontend Architect at Aqua Security · | 2 upvotes · 538.9K views
Recommends
on
Tailwind CSSTailwind CSS

Actually it really depends on your needs, there are 3 types of UI frameworks you can use:

  1. A complete set of UI components like: https://react-bulma.dev/en/getting-started.

    Pros:

    Having a lot of pre-built UI components saves a lot of time

    Cons:

    need to learn the react framework and the bulma styles, and it's harder to customize to your needs

  2. A pure css framework, like Bulma, where you write all the components yourself.

    Pros:

    A lot of flexibility to build the components you need

    Cons:

    You are bound to Bulma classes and markup.

    Takes more time since you need to build the components

  3. A utility class framework like: https://tailwindcss.com/.

Pros:

Most flexible, mix and match classes as you like and build your own markup

Very easy to customize to your needs

Cons:

Might take time to get used to and takes more time since you need to build the components

If you choose options one, then it's just a matter of deciding what style you like (material,ant, bulma) and go with the library that implements it If you go with pure css and build your own components, I can't recommend tailwind enough, I've been finding myself building entire pages without writing a single line of css.

And if later on, the designer wants to make a change to some color, or size, I just need to change one value in the config file, and the entire app is updated.

See more
Needs advice
on
BootstrapBootstrapTailwind CSSTailwind CSS
and
UIkItUIkIt

We are re-modifying the existing portal to the new one. Looking out for a CSS framework where over-rides are possible, the performance of page loading, extendable, etc Please suggest between tailwind, UIkit and bootstrap frameworks explaining in detail on different factors. I request your help on the same.

See more
Replies (2)
Collins Ogbuzuru
Front-end dev at Evolve credit · | 3 upvotes · 552.8K views
Recommends
on
Tailwind CSSTailwind CSS

Hey Sai, My thoughts on UIkit - It's beautiful, fast, and it has good animation too. Why would I choose it ? Nothing other than giving the internet a new look .

My thoughts on Bootstrap - it's beautiful, if used well. It's very fast and has clean class naming convention unlike Uikit. Why I would choose it ? It's been tested and trusted, I can find a whole lot of resources and a community around it. Also with the type of project you working on I bet Bootstrap would do the job .

Now, considering Tailwind, it's seen as a classic, simple-to-set-up tool with clean utilities. I wouldn't think of tailwind the way I would to Bootstrap or UIkit. What do I mean ? Tailwind is more like a tool set to create your own design flow. Tailwind allows you to build unique design elements, offering you a level of customization that may be unmatched by the other frameworks.

My final thoughts.

If you have the time , setup and use tailwind it will give you a great chance when it comes to customization and performance.

See more
Brett Stevenson
Recommends
on
BootstrapBootstrap

I'm a big proponent of Tailwind and I personally use it whenever I get the chance, mostly because it's not really a UI-kit, but it sounds like in this case a UI-kit like Bootstrap with pre-defined components is more what you are looking for. Bootstrap is (relatively) extendable and overridable and makes it really simple to make a decent looking UI using a handful of pre-defined classes, whereas with Tailwind you configure the classes and create your own components. My main reason for replacing Bootstrap in my workflow is that it feels like the component creation has become so abstracted from the developer that any meaningful customization becomes a chore, resulting in many websites having the generic "Bootstrap-look". Nonetheless, it is effective for creating a pleasant and responsive UI. Though, I don't have any experience with UIkit.

See more
Decisions about Material-UI, Semantic UI, and UIkIt
Kexin Lin
at University of Toronto · | 8 upvotes · 263.1K views

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.

See more
Xinyi Liu
Software Developer at BigClarity · | 6 upvotes · 336.6K views

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.

See more

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

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Material-UI
Pros of Semantic UI
Pros of UIkIt
  • 141
    React
  • 82
    Material Design
  • 60
    Ui components
  • 30
    CSS framework
  • 25
    Component
  • 14
    Looks great
  • 12
    Responsive
  • 12
    Good documentation
  • 9
    LESS
  • 8
    Ui component
  • 7
    Open source
  • 6
    Code examples
  • 6
    Flexible
  • 5
    JSS
  • 3
    Angular
  • 3
    Very accessible
  • 3
    Fun
  • 3
    Supports old browsers out of the box
  • 2
    Typescript support
  • 2
    # of components
  • 2
    Interface
  • 2
    Designed for Server Side Rendering
  • 1
    Support for multiple styling systems
  • 1
    Css
  • 1
    Easy to work with
  • 1
    Accessibility
  • 157
    Easy to use and looks elegant
  • 92
    Variety of components
  • 64
    Themes
  • 61
    Has out-of-the-box widgets i would actually use
  • 57
    Semantic, duh
  • 44
    Its the future
  • 42
    Open source
  • 37
    Very active development
  • 31
    Far less complicated structure
  • 28
    Gulp
  • 9
    Already has more features than bootstrap
  • 8
    Just compare it to Bootstrap and you'll be hooked
  • 7
    Clean and consistent markup model
  • 7
    UI components
  • 6
    Responsiveness
  • 4
    Because it is semantic :-D
  • 4
    Elegant. clean. readable. maintainable
  • 4
    Good-Looking
  • 2
    Is big and look really great, nothing like this
  • 2
    Consistent
  • 2
    Great docs
  • 2
    Modular and scalable
  • 1
    Easy to use
  • 1
    Blends with reactjs
  • 1
    Jquery
  • 39
    Complete GUI
  • 29
    Easy modify
  • 27
    Practical
  • 24
    Easy to learn
  • 24
    Functional
  • 22
    Intuitive
  • 21
    Free
  • 16
    Simple
  • 15
    Lightweight
  • 15
    Easy to use
  • 5
    Modular
  • 5
    Because I can create amazing things with little effort
  • 5
    Modern look
  • 4
    Responsiveness
  • 3
    Small but Active Community
  • 2
    Convenient JS Components
  • 2
    Based on Flexbox
  • 2
    No requires jquery
  • 2
    Responsive grid

Sign up to add or upvote prosMake informed product decisions

Cons of Material-UI
Cons of Semantic UI
Cons of UIkIt
  • 35
    Hard to learn. Bad documentation
  • 28
    Hard to customize
  • 21
    Hard to understand Docs
  • 8
    Bad performance
  • 7
    Extra library needed for date/time pickers
  • 7
    For editable table component need to use material-table
  • 2
    Typescript Support
  • 1
    # of components
  • 5
    Outdated build tool (gulp 3))
  • 3
    Poor accessibility support
  • 3
    HTML is not semantic (see list component)
  • 2
    Javascript is tied to jquery
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    - No public GitHub repository available -

    What is Material-UI?

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

    What is Semantic UI?

    Semantic empowers designers and developers by creating a shared vocabulary for UI.

    What is UIkIt?

    UIkit gives you a comprehensive collection of HTML, CSS, and JS components which is simple to use, easy to customize and extendable.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Material-UI?
    What companies use Semantic UI?
    What companies use UIkIt?

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Material-UI?
    What tools integrate with Semantic UI?
    What tools integrate with UIkIt?
      No integrations found

      Sign up to get full access to all the tool integrationsMake informed product decisions

      What are some alternatives to Material-UI, Semantic UI, and UIkIt?
      Kendo UI
      Fast, light, complete: 70+ jQuery-based UI widgets in one powerful toolset. AngularJS integration, Bootstrap support, mobile controls, offline data solution.
      Flat UI
      Flat UI is a beautiful theme for Bootstrap. We have redesigned many of its components to look flat in every pixel.
      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.
      react-md
      React MD is Google's Material Design specifications implemented with Sass and React. The goal of the project is to create components that adhere to the Material Design specifications.
      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.
      See all alternatives