Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 606 Bytes

File metadata and controls

14 lines (10 loc) · 606 Bytes

Contributing

Focused improvements are welcome.

Before Opening a Pull Request

  1. Keep JayButton.css dependency-free.
  2. Preserve native button semantics and keyboard behavior.
  3. Avoid layout shifts in hover, focus, active, and disabled states.
  4. Keep reduced-motion and forced-colors behavior working.
  5. Run npm test and npm run check.
  6. Update the README and changelog when public behavior changes.

Please explain the problem, the implementation choice, and how you verified the result. Screenshots are useful for rendering changes, but they should accompany a reproducible description.