material ui for html code example

Example 1: how to use material ui in html

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>

Example 2: material design css

/* Answer to: "material design css" */

/*
  Here's a few frameworks that you may like:
  https://materializecss.com/
  https://material.io/develop/web/
  https://getmdl.io/
  https://www.w3schools.com/w3css/w3css_material.asp
  https://www.muicss.com/
  https://mdbootstrap.com/

  Check the source for more information and frameworks.
*/

Tags:

Misc Example