1.0.0 • Published 5 years ago

react-auth-module v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

User Management (ReactJs)

Simple Install

  • npm --registry http://192.168.100.149:8081/repository/npm-group/ install react-user-manage --save

Usage

  • add route by exact: false option.
  • import react-user-manage component to your file: import ManageUsers from 'react-user-manage';
  • now call component: <ManageUsers route={{your user management route}} url={{url of your user management api}}/>