Just stumbled on it… Wondering if anyone here has experience (+/-) with http://blueprintjs.com/ that would like to share? At a glance looks interesting, but never hear of it before.
Yep, I used it to setup the FE UI of a meteor project in his inception phase.
I had a quite good first impression using it and most things seemed just to work.
I certainly can recommend to give it a try also because blueprintjs has a quite good documentations. That’s one of the most important criteria for me while considering trying something new.
I remember that getting it up and running was quite easy.
Having saying that I didn’t dig enough to know if any particular issue would arise under heavy development or if the provided component set would cover enough use cases.
All in all thumbs up for blueprintjs though
I am having trouble loading Blueprints assets, getting Failed to decode downloaded font
errors. My naive approach was to just
import ‘@blueprintjs/core/dist/blueprint.css’;
@ric0 Can you point me in the right direction?
@tim17 f you put import '@blueprintjs/core/dist/blueprint.css'
in /client/main.js
that is exactly what I did as well.
You should make sure that it’ll be imported during the startup.