Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 754 Bytes

File metadata and controls

39 lines (28 loc) · 754 Bytes

@python-project-templates/uitk-webawesome

Shared brand identity, design tokens, and reusable Lit and Web Awesome components.

See BRAND.md for the canonical brand guide.

Install

pnpm add @python-project-templates/uitk-webawesome

Import 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>

Develop

pnpm install
pnpm dev
pnpm check
pnpm lint
pnpm fix
pnpm test
pnpm build

After customizing the showcase, run pnpm test:e2e:update once to establish its visual baseline.