mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
parent
0ea318046a
commit
180f33b907
9 changed files with 164 additions and 2 deletions
13
tests/Layer.test.svelte
Normal file
13
tests/Layer.test.svelte
Normal file
|
@ -0,0 +1,13 @@
|
|||
<script>
|
||||
import { Layer } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<Layer>
|
||||
<p>First layer</p>
|
||||
<Layer>
|
||||
<p>Second layer</p>
|
||||
<Layer>
|
||||
<p>Third layer</p>
|
||||
</Layer>
|
||||
</Layer>
|
||||
</Layer>
|
Loading…
Add table
Add a link
Reference in a new issue