finished right panel

This commit is contained in:
adan.ulloa 2020-01-09 19:12:20 -06:00
commit 26928771b6
7 changed files with 195 additions and 159 deletions

View file

@ -0,0 +1,15 @@
<script>
import TextInput from '../TextInput/TextInput.svelte';
import Toggle from '../Toggle/Toggle.svelte';
import Button from '../Button/Button.svelte';
</script>
<label>Test Field</label>
<br><br>
<TextInput />
<br><br>
<Toggle labelText='Test toggler' />
<br><br>
<Button>
Test Button
</Button>