bloomer icon indicating copy to clipboard operation
bloomer copied to clipboard

Add more details on README regarding usage

Open Jefferson227 opened this issue 7 years ago • 2 comments

Hi, I'm pretty new to React and started to use this library in a personal project. When I installed the Bloomer along with Bulma, I created a component that was being rendered but the Bulma's CSS wasn't loaded.

Then, I just imported Bulma into the index.js and it rendered perfectly.

I don't know if all the React developers knows that, but for me, as a begginer, I had this difficult. So this instruction might be useful for other begginers too.

If you will accept my contribution, please consider do the same change on the website: https://bloomer.js.org/#/documentation/overview/start

Thanks :)

Jefferson227 avatar Nov 03 '18 01:11 Jefferson227

Coverage Status

Coverage remained the same at 100.0% when pulling a83a4cf65518bdbb3c738e0fd432a3bd6bba5806 on Jefferson227:master into b9af8271840c9a52ecf493f3b1f919d8cd3e5fc1 on AlgusDark:master.

coveralls avatar Nov 03 '18 01:11 coveralls

Might need to be import 'bulma/css/bulma.css'; for certain setups.

sidney-pham avatar Feb 05 '19 23:02 sidney-pham