Added SMUI components to the mix.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user