mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
Initial pass at Layer (new component) #1892
This commit is contained in:
parent
559701ec86
commit
f349b505f9
9 changed files with 568 additions and 241 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