Hacker News new | ask | show | jobs
by onion2k 2949 days ago
What do you mean by 'CSS framework'? If you mean a grid system then you don't need any of them - just use CSS grid. Follow Jen Simmons' "Layout Land" videos on YouTube to get up to speed fast. On the other hand, if you mean a UI toolkit (lots of useful components) then any of those three would work well. I like Bootstrap but only because I already know it..

If you're using React then material-ui.com is another good option.

1 comments

I was looking for a library who makes creating responsive layouts simple.

If they bring some opinion in regards to styling that would be fine too but I would probably look to apply my own.