Skip to content

Latest commit

 

History

3,595 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixels

Pixels is a pnpm monorepo for independently released React UI, form, validation, motion, and utility packages published under @fuf-stack.

Package Responsibility
pixel-utils Shared styling and small framework utilities
pixel-motion Shared motion primitives
pixels Base React components and hooks
veto Framework-independent validation built on Zod
uniform Form components integrating Pixels, Veto, and React Hook Form
atelier Application-shell and rendering utilities
megapixels Higher-level data and application components

Private packages in packages/config contain shared build, Vite, Tailwind, and Storybook configuration. Dependency direction and package-specific conventions are documented in AGENTS.md.

Development

Use the Node and pnpm versions declared in .nvmrc and package.json:

pnpm install --frozen-lockfile
pnpm build
pnpm test

The common definition of done is:

pnpm check

It validates dependency boundaries, linting, declaration-producing package builds, unit tests, Storybook browser tests, published tarball contents, and a clean consumer installation of every published package. All checks run even if an earlier one fails; the final exit status is non-zero if any check failed. CI runs the same stages as separate jobs so linting, unit tests, Storybook, and package smoke tests can execute in parallel.

Install Chromium once before the first local Storybook run:

pnpm exec playwright install chromium

Project documentation lives in docs/. Start with the agent workflows for common change types and the release workflow for publishing.

License

This project is licensed under the MIT License; see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages