mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
docs: add component grid
This commit is contained in:
parent
b255dd9f99
commit
3fa388bd3d
16 changed files with 548 additions and 90 deletions
|
@ -1,7 +1,13 @@
|
|||
<script>
|
||||
import Theme from "../components/Theme.svelte";
|
||||
import Portfolio from "../components/Portfolio.svelte";
|
||||
</script>
|
||||
|
||||
<h1>Welcome</h1>
|
||||
<style>
|
||||
h1 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
<Theme />
|
||||
<h1>Component Grid</h1>
|
||||
|
||||
<Portfolio />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue