Category: 02. Components

  • Materialize CSS Buttons

    Materialize CSS provides different CSS classes to apply various predefined visual and behavioral enhancements to the buttons. Let’s see those various classes and their effects. Index Class name Description 1) btn It is used to set button or anchor as a materialize button, required. It also sets raised display effect to a button. 2) btn-floating…

  • Materialize CSS Badges

    Materialize CSS Badges are used to notify you that there are new or unread messages or notifications. You can add the new class to the badge to give it the background. Badges can be a number or an icon. It is generally used to emphasize the number of items. See the following two classes used…