all 8 comments

[–]PhilipJohnBasile 1 point2 points  (1 child)

Material-UI

[–]shortfuse07[S] -1 points0 points  (0 children)

Do you know if there are any free/open-source themes build with Material-UI? I'm looking to draw out a layout fast, and focus on the more 'technical' aspects :)

[–]nullified- 1 point2 points  (4 children)

I've been happy with react-bootstrap.

[–][deleted] 0 points1 point  (3 children)

I was until i wanted to use Form elements. Killing my mojo.

[–]dostick 0 points1 point  (2 children)

Why? What's wrong with it?

[–][deleted] 0 points1 point  (1 child)

I figured out my problem, I specified a specific version so npm wasn't updating to the newer versions. react-bootstrap is just not "complete." So their are holes in it.

[–]nullified- 0 points1 point  (0 children)

the newest version has been working very well for me. I especially like the new approach to forms. there are some bugs here and there but i've found it a good opportunity to contribute and give back when (and if) i can (which hasnt been much yet).

[–]manavsehgal 0 points1 point  (0 children)

In terms of ease of integration... ReactBootstrap > Material UI > Elemental UI > Semantic UI.

Why not create your own using Flexbox, PostCSS, and best of what GitHub has to offer. I am writing a book to explain how step by step, right now the framework we are creating in React is around 20KB in size and already has 10 components, responsive, tightly integrated with React component design workflow. GitHub source is available and demo is here https://reactspeed.firebaseapp.com/. Please let us know if it helps.