Template for Material 3 Web Component

by datvm

HTML

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined">

<md-filled-button>A Material 3 Button</md-filled-button>

<script type="module" src="https://unpkg.com/@material/web/all.js?module"></script>