Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
gruff5387yBulma is a nice css framework with no included js, I’m just in the process of writing components for them, although I’m using preact -
@mishaor is it easy to use? Because i looked in the docs and it looked pretty complex for me. But haven't tried it out to be honest.
-
gruff5387y@pixelwiese i looked at thematerial-design-components yesterday, they use the Bem css style with the double dashes, never liked that and rapidly decided it wasn’t worth the effort -
mishaor17397y@pixelwiese pretty much yeah, it just uses a lot of helper components (like Typography) so that's why it looks complex. You need a basic React project, then just install @material-ui/core, typeface-roboto (if you don't want to use a CDN) and @material-ui/icons (if you want SVG icons like those in examples). Then just add some imports, change the components and you got a Material Design styled website. Want to change colors? Wrap all of your elements in App/index.jsx with MuiThemeProvider, create a theme and specify it in MuiThemeProvider's props, then look how your website's color changes.
Related Rants

My friend said an intern designed this UI for an internal site.
No. Just... no
Product dev: We need a new volume slider for ou...
Dev: Say no more!
Been looking around ways to improve devrant's user experience a little, Idk whether you guys like it or not.. ...
Can anybody recommed a simple UI-Library for React? Can't evaluate them because I've never used one.
And please no Bootstrap-stuff, I have seen too much of it.
question
react
library
ui
no bootstrap
reactjs