Material Design code example
Example 1: materialize icons
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
Example 2: material design css
Example 3: bootstrap material
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap-material-design.min.css" integrity="sha384-wXznGJNEXNG1NFsbm0ugrLFMQPWswR3lds2VeinahP8N0zJw9VWSopbjv2x7WCvX" crossorigin="anonymous">
Example 4: material ui
$ npm install @material-ui/core