DEV Community

Discussion on: Best Open Source UI Frameworks for ReactJS

Collapse
 
iam_timsmith profile image
Tim Smith

I just use good old Bulma. I just use npm to install it and import it in the App component like so:

import 'bulma/bulma';

I've seen options for React components for this like Bloomer but they seemed to complicate things a bit more than necessary for me.

There's also options like ReactStrap which turns Bootstrap 4 elements into React Components.

Collapse
 
drewknab profile image
Drew Knab • Edited

+1

I've started moving over to Bulma from customizing Bootstrap and so on.