-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fefa16
commit f6e4def
Showing
8 changed files
with
70 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { writable } from 'svelte/store'; | ||
|
||
export default writable('dark'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,7 @@ | ||
<script> | ||
// import * as Accordion from "$lib/components/ui/accordion"; | ||
import About from '.././about.svelte'; | ||
import About from '.././about.svelte' | ||
import navMode from '$lib/navMode' | ||
$navMode = "yellow" | ||
</script> | ||
|
||
<About/> | ||
|
||
<!-- <Accordion.Root class="w-3/5 sm:max-w-[70%] monofont"> | ||
<Accordion.Item value="item-1"> | ||
<Accordion.Trigger>Is it accessible?</Accordion.Trigger> | ||
<Accordion.Content> | ||
Yes. It adheres to the WAI-ARIA design pattern. | ||
</Accordion.Content> | ||
</Accordion.Item> | ||
<Accordion.Item value="item-2"> | ||
<Accordion.Trigger>Is it styled?</Accordion.Trigger> | ||
<Accordion.Content> | ||
Yes. It comes with default styles that matches the other components' | ||
aesthetic. | ||
</Accordion.Content> | ||
</Accordion.Item> | ||
<Accordion.Item value="item-3"> | ||
<Accordion.Trigger>Is it animated?</Accordion.Trigger> | ||
<Accordion.Content> | ||
Yes. It's animated by default, but you can disable it if you prefer. | ||
</Accordion.Content> | ||
</Accordion.Item> | ||
</Accordion.Root> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters