Shared brand identity, design tokens, and reusable Lit and Web Awesome components.
See BRAND.md for the canonical brand guide.
pnpm add @python-project-templates/uitk-webawesomeImport design tokens once at the application root:
@import '@python-project-templates/uitk-webawesome/tokens.css';import '@python-project-templates/uitk-webawesome';<example-brand-mark></example-brand-mark> <example-theme-toggle></example-theme-toggle>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.