UNPKG

material-components

Version:

Stateless UI components for react that follow material design

22 lines (21 loc) 648 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>material-components</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet"> <link href="app/vendor/icomoon/style.css" rel="stylesheet"> <style> body { background-color: #fafafa; } </style> </head> <body> <div id="root"></div> <script src="build/main.js"></script> </body> </html>