Checkpoint: Most pages are setup and components are ready to be implemented
This commit is contained in:
@@ -1,7 +1,22 @@
|
||||
<script>
|
||||
import Button from "components/Button.svelte";
|
||||
import Button from 'components/Button.svelte';
|
||||
import ResourceCard from 'components/ResourceCard.svelte';
|
||||
import Section from 'components/Section.svelte';
|
||||
</script>
|
||||
|
||||
<Button>
|
||||
Button
|
||||
</Button>
|
||||
<title> Component showroom for developers </title>
|
||||
|
||||
<Section>
|
||||
<Button>Button</Button>
|
||||
<ResourceCard></ResourceCard>
|
||||
</Section>
|
||||
<Section black>
|
||||
<Button>Button</Button>
|
||||
<ResourceCard title="Workshop feedback">
|
||||
Description of the workshop
|
||||
</ResourceCard>
|
||||
|
||||
</Section>
|
||||
<Section>
|
||||
<Button>Button</Button>
|
||||
</Section>
|
||||
|
||||
Reference in New Issue
Block a user