@crayond_dev/user-management-test
v3.0.0
Published
Downloads
68
Readme
IDM react component usage
V2.0.1
Prerequisite
- Just add the API Token you would have found from the crayond toolkit library.
import { UserManagement } from "@crayond_dev/user-management-test";
function App() {
return <UserManagement apiToken={"R0RSUX8YW7CNF6FG12"} />;
}
export default App;