Material Design Interview Questions

Material Design

What is Materialize CSS?

Materialize is a User Interface (UI) component library. Introduced by Google (2014 – Present), Material Design is a language that combines the classic principles of successful design. Materialize UI components are mainly used to create innovative websites, web apps, android apps.

What is Materialize Badges ?

Materialize CSS Badges can notify you that there are new or unread messages or notifications. You can add the newbadge classes to the badge to give it the background.

What are the classes of BreadCrumb in Materialize CSS?

Materialize CSS provides two classes for BreadCrumb :nav-wrapper : It is used to set the nav component as breadcrumb/nav bar wrapper.breadcrumb : It is used to set the anchor element as breadcrumb.

What grid is used in Materialize?

It has 12 columns in Materialize grid. It is No matter the size of the web browser and each of these columns will always have the same width.

All columns must be contained within a row and you must add the col class to your internal divs to convert them into columns

S1 is stands for small-1 column on small screens.

M1 is stands for medium-1 column on medium screens.

Example:

<div class=”container”>

<div class=”row”>

<div class=”col s1″>1</div>

</div><!–end row–>

</div><!–end container–>

Leave a Reply

Your email address will not be published. Required fields are marked *