Julie Cover (she/her)
While we're waiting:
git clone git@github.com:Cobular/svordle && cd svordle && npm i
While we're waiting:
git clone git@github.com:Cobular/svordle && cd svordle && npm i
While we're waiting:
git clone git@github.com:Cobular/svordle && cd svordle && npm i
While we're waiting:
git clone git@github.com:Cobular/svordle && cd svordle && npm i
Svelte is the most loved web framework in 2021!
<script lang="ts">
import { page } from "$app/stores"
export let label: string
export let url: string
function isCurrent(currentUrl: string) {
return currentUrl.startsWith(url)
}
</script>
<a href={url} class:selected={isCurrent($page.path)}>{label}</a>
<style>
.selected {
color: var(--theme-dark);
}
</style>
CRA & NextJS for Svelte
git clone git@github.com:Cobular/svordle && cd svordle && npm i
Docs docs docs!! They're great