mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
* docs: link source code to folder for multiple components * chore(docs): remove unused `source` from frontmatter
12 lines
No EOL
206 B
Text
12 lines
No EOL
206 B
Text
<script>
|
|
import { Tile } from "carbon-components-svelte";
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
## Default
|
|
|
|
<Tile>Content</Tile>
|
|
|
|
## Light variant
|
|
|
|
<Tile light>Content</Tile> |