Closed pacozaa closed 7 years ago
This is outside of the scope of this boilerplate (there's no issue with the boilerplate itself). But I took a quick look at the package you referenced.. it does say this in the instructions:
Include the stylesheets for the components, similar to the widgets page
Did you include the stylesheets and icons? Their example is here: https://github.com/booleanhunter/ReactJS-AdminLTE/blob/master/views/widgets.html
Thank you for your respond.
Sorry for report out of scope issue.
I'm looking at it.
After set up your boilerplate
then I run
meteor npm install adminlte-reactjs
as describe in this repo
https://github.com/booleanhunter/ReactJS-AdminLTE
features/SomeFeature/components/Thing/Thing.js
import {InfoTile} from 'adminlte-reactjs';
Add parameter under Thing class
Add InfoTile component (HERE)
but the style is not work
How to solve this problem?
Best Regards,