-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
github-actions[bot] edited this page Apr 10, 2026
·
1 revision
Contributions should preserve the package goal: a small, stable, framework-agnostic interaction primitive.
For the full policy and expectations, see:
- keep API growth intentional and minimal
- preserve accessibility behavior
- prefer token-driven extensions over one-off classes
- use functional color notation (
rgb(...),hsl(...)) instead of hex literals - update docs and tests when behavior changes
npm run check:no-hex-colors
npm run lint:css
npm test
npm run pack:dry