mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
e4670a1a51
commit
5031d0b40e
9 changed files with 164 additions and 2 deletions
16
docs/src/pages/components/Layer.svx
Normal file
16
docs/src/pages/components/Layer.svx
Normal file
|
@ -0,0 +1,16 @@
|
|||
<script>
|
||||
import { Layer } from "carbon-components-svelte";
|
||||
import Preview from "../../components/Preview.svelte";
|
||||
</script>
|
||||
|
||||
## Default
|
||||
|
||||
<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