mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
finished right panel
This commit is contained in:
parent
b6bc6aee87
commit
26928771b6
7 changed files with 195 additions and 159 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue