Home

Material UI

Material UI is a Material Design front-end component library. It provides UI components like button, dropdown, dialog and so on, which are used to quickly build web UI.

Get started GitHub

Starter Template

Save this content to HTML file and start play with Material UI.

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Material UI</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/material-ui@0.0.17/dist/material-ui.css">
  </head>
  <body>
    <h1 class="headline-large">Hello World</h1>
  </body>
</html>

See Installation for more install options.