Shared brand identity, design tokens, and reusable Svelte components.
See BRAND.md for the canonical brand guide.
pnpm add @python-project-templates/uitk-svelteImport design tokens once at the application root:
@import '@python-project-templates/uitk-svelte/tokens.css';<script lang="ts">
import { BrandMark, ThemeToggle } from '@python-project-templates/uitk-svelte';
</script>
<BrandMark />
<ThemeToggle />pnpm install
pnpm dev
pnpm check
pnpm lint
pnpm fix
pnpm test
pnpm buildAfter customizing the showcase, run pnpm test:e2e:update once to establish its visual baseline.