ReactJS-AdminLTE
ReactJS-AdminLTE copied to clipboard
ReactJS version of the original AdminLTE dashboard (EXPERIMENTAL)- https://github.com/almasaeed2010/AdminLTE
How to import components in dashboadV1? I use this but still not work. `import {ControlPanel, DonutChart, AreaChart, WorldMap, ContainerOne, ContainerTwo, ContainerThree, ContainerFour,ContainerFive,ContainerSix,ContainerSeven,ControlsMenu,StatTile} from 'adminlte-reactjs/pages/dashboardV1/js';`
I want to copy this [page](https://almsaeedstudio.com/themes/AdminLTE/index2.html) Where should I start? Is it this one? https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/src/pages/dashboardV1 Best Regards,
Hi, i have tried to integrate this project into react-boilerplate. After installation i imported it with ``` javascript import adminLte from 'adminlte-reactjs' ``` This causes several errors: ``` WARNING in...
Hello, thank you for this project, well appreciated. I have a couple of question, I am React beginner but I have already created a version of AdminLTE for angular 1...
Hey guys, I know how to make a production deploy it to the server with webpack? Could you make a specify document for this ? Thank you so much !!...

installed project successfully, but Sidebar navigation is not working, all navigation shows me Cannot GET page e.g Cannot GET /pages/UI/general.html
I've pulled the code, ran it on localhost:8000 then I open chrome developer tool but the React tab doesn't show up. I've confirmed that the React tab does show up...
Tried running buttons.html from views. The sidebar navigation is not working. And the screen doesn't show up 100% height. What I figured out is, the jquery-2.1.4.js isn't getting applied and...