-
Notifications
You must be signed in to change notification settings - Fork 6
/
tocken-test.html
26 lines (25 loc) · 1.29 KB
/
tocken-test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<template>
<section class="test">
<h5 style="padding-bottom:20px;">Token Balances</h5>
<form class="col s12">
<div class="row">
<div class="input-field col s12">
<input placeholder="" id="first_name" type="text" class="validate">
<label for="first_name" style="font-size:1rem;">Address</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input placeholder="" id="first_name" type="text" class="validate">
<label for="first_name" style="font-size:1rem;">Token Symbol</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input placeholder="" id="first_name" type="number" class="validate">
<label for="first_name" style="font-size:1rem;">Decimals</label>
</div>
</div>
</form>
</section>
</template>