Home > react-native-material-kit > IndeterminateProgress
IndeterminateProgress class
Indeterminate linear progress indicator.
Signature:
export default class IndeterminateProgress extends Component<SimpleProgressProps>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(props) | Constructs a new instance of the IndeterminateProgress class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultProps | static |
SimpleProgressProps |
Defaults, see |
Methods
| Method | Modifiers | Description |
|---|---|---|
| render() |
Remarks
Continually growing and shrinking along the track until the process is complete. See SimpleProgressProps for the available props.
Refer to Guideline or MDL implementation