Skip to content

usememos/mui

Repository files navigation

@usememos/mui

React UI library workspace for @usememos/mui.

Workspace

  • packages/react: published package
  • packages/primitives: internal Base UI wrappers
  • packages/theme: shared CSS theme output
  • apps/docs: Vite docs website

Development

pnpm install
pnpm typecheck
pnpm test
pnpm build
pnpm docs

Vitest browser tests use Playwright:

pnpm exec playwright install chromium

Reference Docs

  • Design system: core foundations, tokens, primitives, accessibility gates, governance, and migration rules.
  • Package usage: public entrypoints, examples, and consumer setup.

Contributors