ffxsam / ffx-meteor-react-boilerplate

Meteor 1.4 + React boilerplate (DEPRECATED/ABANDONED) 👋
133 stars 20 forks source link

I'm trying to integrate with ReactJS-AdminLTE #26

Closed pacozaa closed 7 years ago

pacozaa commented 7 years ago

After set up your boilerplate

then I run meteor npm install adminlte-reactjs

as describe in this repo

https://github.com/booleanhunter/ReactJS-AdminLTE

import {InfoTile} from 'adminlte-reactjs';

capturereac

How to solve this problem?

Best Regards,

ffxsam commented 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

pacozaa commented 7 years ago

Thank you for your respond.

Sorry for report out of scope issue.

I'm looking at it.