The Cancel Button component is a simple action button designed to cancel or discard pending selections or operations.
Key points:
onClick
callback when clicked.Included files:
CancelButton.tsx
- the component implementation.CancelButton.css
- styling rules for the button.CancelButton.test.tsx
- unit tests verifying rendering and click behavior.