-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
scope: stepperThis is the name of the generic UI component, not the React module!This is the name of the generic UI component, not the React module!
Description
Problem description
Raise ModuleNotFoundError when i import stepper module, where is the stepper ?
code
import React from 'react';
import {
Step,
Stepper,
StepLabel
} from 'material-ui/Stepper';
const HelloWorld = () => (
<Stepper />
);
export default HelloWorld;
Versions
- Material-UI: 1.0.0-alpha.10
- React: 15.4.2
- Browser: Chrome-57.0.2987.133 (64-bit)
Images & references
Metadata
Metadata
Assignees
Labels
scope: stepperThis is the name of the generic UI component, not the React module!This is the name of the generic UI component, not the React module!