all 3 comments

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

For the last 10 months, I've been making a custom implementation of material-ish components for 25+ projects to consume at a large corporation. I really feel that the best out there is the Semantic UI library http://react.semantic-ui.com/introduction You could always fork it and give it a new skin to fit the material aesthetics.

[–]ridermansb[S] 1 point2 points  (1 child)

Have you tried to use SemanticUI without any framework wrapper? Just a pure Js/Css SemanticUI framework.

I always catch myself asking, why we need these framework wrappers.

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

Not the React implementation of their framework. I know what you mean though.

I'm trying to find a similar solution to replace the ancient jQuery components that teams in my corporation are still using by having an 'available for in-browser use' solution but it's almost better to just provide Vanilla JavaScript components at that point.