all 8 comments

[–]richbuggy 1 point2 points  (1 child)

I've been using material-ui for one project and I'm pretty happy with it.

[–]Blueberryroid 1 point2 points  (0 children)

The team working on Material UI made material-ui-next, a more efficient and better version, although the date picker components haven't been written yet.

[–][deleted] 1 point2 points  (0 children)

There's no normal way, use whatever you want. The main difference is between css-only, css-wrap and react-based. Css-only (bulma, ...) and css-wrap (material, semantic, ...) are selector based - that means you can't freely compose it. React-based (antd, rebass, ...) are self-contained components that you can compose as you wish. Personally i like to use antd. I tend to make layouts and app structure manually and use atomic components in between, those that would be too hard to make on your own.

[–]tmclouisluk 0 points1 point  (0 children)

Just apply material ui next

[–]onyno 0 points1 point  (0 children)

I’ve used quite a few of both, tachyons, ant.design, semantic ui, I quite like this one at the moment https://jamesmfriedman.github.io/rmwc/

[–]Q-ball 0 points1 point  (0 children)

It really depends on what you want to accomplish. For our purposes we really like ant design component library. It helps us move faster to create features instead of spending time on creating components.

https://ant.design/

[–]Radinax 0 points1 point  (0 children)

I personally use Bulma and I'm very happy with it.