MCPcopy Create free account
hub / github.com/flatlogic/react-material-admin / getStepContent

Function getStepContent

src/pages/user/AddUser.js:35–48  ·  view source on GitHub ↗
(step)

Source from the content-addressed store, hash-verified

33}
34
35function getStepContent(step) {
36 switch (step) {
37 case 0:
38 return 'Create New Account';
39 case 1:
40 return 'Create User Details';
41 case 2:
42 return 'Business Details';
43 case 3:
44 return 'Social';
45 default:
46 return '';
47 }
48}
49
50const AddUser = () => {
51 const [activeStep, setActiveStep] = React.useState(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected