Home > react-native-material-kit > Progress
Progress class
Determinate linear progress indicator.
Signature:
export default class Progress extends Component<ProgressProps>
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(props) | Constructs a new instance of the Progress class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultProps | static |
ProgressProps |
Defaults, see |
Indeterminate | static |
typeof IndeterminateProgress |
The indeterminate version of Progress |
Methods
Method | Modifiers | Description |
---|---|---|
render() | ||
UNSAFE_componentWillMount() | ||
UNSAFE_componentWillReceiveProps(nextProps) |
Remarks
Increasing in width from 0 to 100% of the track, in sync with the process’s progress, with a simplified buffering effect. Refer to Guideline or MDL implementation