add switches

This commit is contained in:
Lauchmelder 2022-03-20 16:25:50 +01:00
parent be5c885ebc
commit 09caab1e59
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
3 changed files with 132 additions and 16 deletions

View file

@ -22,23 +22,32 @@
</div>
<div id="settings-area">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
test 1
</label>
<div class="setting" id="setting-global">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
test 2
</label>
<span class="description">Enable Furikani</span>
</div>
<div class="setting" id="setting-vocabulary">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
test 3
</label>
<span class="description">Use Vocabulary List</span>
</div>
<div class="setting" id="setting-kanji">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
<span class="description">Use Kanji List</span>
</div>
</div>
<footer>