Category: 03. JavaScript
-
Materialize CSS Waves
Materialize CSS waves are used as an external library that is included to create the ink effect outlined in Material Design. Following is a list of classes and their effects in Materialize CSS: Index Class name Description 1) waves-effect It is used to apply a wave effect on the control. 2) waves-light It is used…
-
Materialize CSS Tabs
The Materialize CSS tab contains an unordered list of tabs that have hashes corresponding to tab ids. when you click on each tab, only the container with the corresponding tab id will become visible. If you want to make a tab inaccessible, add the class .disabled to that tab. There are three types of tabs…
-
Materialize CSS Dropdowns
Materialize CSS provides dropdown facility. It provides several CSS classes to make ul element as a dropdown and add the id of the ul element to the data-activates attribute of the button or anchor element. Following is the list of classes and their effects: Index Class name Description 1) dropdown-content It is used to identify…
-
Materialize CSS Dialogs
Dialogs are used to show extra information if needed. They are originally not visible on the page. They show their content only when the user want to see it. Materialize CSS provides various special methods to show alerts to the users. Parameter explanation message: It specifies the message to be displayed to the user. displayLength: It specifies…
-
Materialize CSS Collapsible
Collapsible or accordion is used to get various predefined visuals and behavioral enhancements to display various types of accordions. Materialize CSS provides different CSS classes to apply these collapsible. Index Class name Description collapsible It is used to identify an element as a materialize collapsible component. Required for ul element. collapsible-header It is used to…
-
Materialize JS Media
Materialize JS media components specify things that have to do with large media objects like Images, Video, Audio, etc. Material Box Material box is a material design implementation of the Lightbox plugin. When a user clicks on an image, it is enlarged. Material box centers the image and enlarges it in a smooth, non-jarring manner.…
-
Materialize CSS Carousel
Materialize CSS carousel provides a robust and versatile way to make image slider. It is also touch enable which gives a smooth experience when we use it on mobile. JavaScript Example Let’s take an example to demonstrate Materialize CSS Carousel. Output: