ReactJS-AdminLTE
ReactJS-AdminLTE copied to clipboard
ReactJS version of the original AdminLTE dashboard (EXPERIMENTAL)- https://github.com/almasaeed2010/AdminLTE
Hi, I looked at dropping this into my application but it wasn't immediately obvious how to load this into webpack and react. It would be great if there was some...
I was surprised to find out that there are 39 copies (for each page) of the menu. What is the reasoning behind not making it a component? The menu gets...
[This page](http://ec2-52-74-208-196.ap-southeast-1.compute.amazonaws.com:8080/pages/UI/buttons.html) shows available buttons. Using them is as simple as writing `Default`. Don't really know if it's necessary to make it a React component.
I find out that the path in the html files under views folder are broken, for example, ReactJS-AdminLTE/reactjs-adminlte/views/index2.html , but dist dir is under public folder. Either the path is...