Added SMUI components to the mix.

This commit is contained in:
2022-06-07 08:29:53 -07:00
parent 64f18ebd0f
commit 11fbfcfac0
17 changed files with 22263 additions and 6 deletions

View File

@@ -50,6 +50,7 @@
import {Route, router, meta} from 'tinro';
import ChromebookScan from './ChromebookScan.svelte';
import {Meteor} from "meteor/meteor";
import TextField from '@smui/textfield';
$: serialInput = null;
$: emailInput = null;
@@ -148,6 +149,10 @@
<h1>Chromebook Management</h1>
<ul>
<li>
<TextField type="text" bind:value={emailInput} label="Email">
</TextField>
</li>
<li>
By Chromebook Device ID: <a href="/chromebooks/scan" className="button">Scan</a>
</li>