Home » Materialize CSS Preloader

Materialize CSS Preloader

by Online Tutorials Library

Materialize CSS Preloader (Progress bar)

Preloader is used when you have content that will take a long time to load, so we provide a number activity + progress indicators.

Materialize provides various CSS classes to apply various predefined visual and behavioral enhancements to display various types of preloaders or progress bars. The following table mentions the available classes and their effects.

Index Class name Description
1) progress It is used to identify an element as a progress component. Required for div element.
2) determinate It is used to set the basic materialize behavior to progress indicator.
3) indeterminate It is used to set animation to progress indicator.

Example

Let’s take an example to demonstrate preloader (progress bar) in Materialize CSS:

Test it Now

Output:

Materialize PreLoader 1

You may also like