InterviewSolution
| 1. |
What Is Badge In Materialize Css? What Is The Use Of Badges Classes? |
|
Answer» A BADGE is a component which is used to provide an ONSCREEN notification. It can be a number or icon. It is used to emphasize the number of ITEMS. The following classes of BADGES are used in Materialize CSS: badge: It identifies element as an MDL badge component. new: It is used to add a new class to badge component. A badge is a component which is used to provide an onscreen notification. It can be a number or icon. It is used to emphasize the number of items. The following classes of Badges are used in Materialize CSS: badge: It identifies element as an MDL badge component. new: It is used to add a new class to badge component. |
|