Open sugandhgoyal opened 6 years ago
What did you find regarding the React v16 issue? Is this still usable? Seems OK to me so far.
to fix it in latest react: go to : node_modules -> react-blur-admin, and run yarn add prop-types or npm install prop-types
This module can get installed from npm via
npm install --save react-blur-admin
. You can then import the individual components and default styles into your existing React application.There is a bug report that this doesn't work with React v16 so I will need to look into that and see if there is a quick fix for it.
You can see how it works by following the directions in the readme for the React Webpack Skeleton. I just tested it again and it still works with Node v9.3.0 and NPM v5.5.1 (but it supports older versions of Node and NPM as well)
History of the commands ran from a Bash Shell
When Running
make client
You Should See ThisApp Should Be Available On Port 8011 If It's Running Correctly
Installing It In Your Project
In your entry file add the following to import styles:
import 'react-blur-admin/dist/assets/styles/react-blur-admin.min.css';
Sample About page after including the styles from the entry file:
Hope this helps :)