docs: add component grid

This commit is contained in:
Eric Liu 2020-07-24 17:19:19 -07:00
commit 3fa388bd3d
16 changed files with 548 additions and 90 deletions

View file

@ -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 />